forked from olcxjas-softworks/LarpixClient
update electron to v43
This commit is contained in:
parent
68ac0beedf
commit
fb6c8b6ee9
5385 changed files with 513060 additions and 123058 deletions
6
electron/node_modules/js-yaml/lib/schema/json.js
generated
vendored
6
electron/node_modules/js-yaml/lib/schema/json.js
generated
vendored
|
|
@ -5,9 +5,7 @@
|
|||
// So, this schema is not such strict as defined in the YAML specification.
|
||||
// It allows numbers in binary notaion, use `Null` and `NULL` as `null`, etc.
|
||||
|
||||
|
||||
'use strict';
|
||||
|
||||
'use strict'
|
||||
|
||||
module.exports = require('./failsafe').extend({
|
||||
implicit: [
|
||||
|
|
@ -16,4 +14,4 @@ module.exports = require('./failsafe').extend({
|
|||
require('../type/int'),
|
||||
require('../type/float')
|
||||
]
|
||||
});
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue