Got rid of the useless optionalDependencies and updated some devDependencies
This commit is contained in:
parent
76c4ba58bf
commit
f8864beb20
1 changed files with 3 additions and 5 deletions
|
|
@ -19,6 +19,7 @@
|
||||||
"pcjs",
|
"pcjs",
|
||||||
"ibm",
|
"ibm",
|
||||||
"pc",
|
"pc",
|
||||||
|
"x86",
|
||||||
"emulator",
|
"emulator",
|
||||||
"javscript"
|
"javscript"
|
||||||
],
|
],
|
||||||
|
|
@ -51,12 +52,9 @@
|
||||||
"xml2js": "^0.4.2",
|
"xml2js": "^0.4.2",
|
||||||
"async": "^0.6.2",
|
"async": "^0.6.2",
|
||||||
"unzip": "^0.1.9",
|
"unzip": "^0.1.9",
|
||||||
"codepainter": "~0.3.29",
|
"replace": "^0.3.0",
|
||||||
"editorconfig": "^0.11.4"
|
|
||||||
},
|
|
||||||
"optionalDependencies": {
|
|
||||||
"serialport": "~1.3.1",
|
"serialport": "~1.3.1",
|
||||||
"replace": "^0.2.9"
|
"editorconfig": "^0.11.4"
|
||||||
},
|
},
|
||||||
"closureCompilerExterns": [
|
"closureCompilerExterns": [
|
||||||
"./modules/shared/lib/externs.js"
|
"./modules/shared/lib/externs.js"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue