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:
Samuel Mannehed 2021-11-30 11:07:55 +01:00
parent 6710410356
commit e965832e0a
1 changed files with 0 additions and 3 deletions

View File

@ -66,9 +66,6 @@
"mocha": "*",
"node-getopt": "*",
"po2json": "*",
"requirejs": "*",
"rollup": "*",
"rollup-plugin-node-resolve": "*",
"sinon": "*",
"sinon-chai": "*"
},