Remove unused dependencies from package.json
These were used by the, now removed, legacy transpilation steps, which
were removed in commit 890cff921d
.
This commit is contained in:
parent
6710410356
commit
e965832e0a
|
@ -66,9 +66,6 @@
|
||||||
"mocha": "*",
|
"mocha": "*",
|
||||||
"node-getopt": "*",
|
"node-getopt": "*",
|
||||||
"po2json": "*",
|
"po2json": "*",
|
||||||
"requirejs": "*",
|
|
||||||
"rollup": "*",
|
|
||||||
"rollup-plugin-node-resolve": "*",
|
|
||||||
"sinon": "*",
|
"sinon": "*",
|
||||||
"sinon-chai": "*"
|
"sinon-chai": "*"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue