summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuel Mannehed <samuel@cendio.se>2021-11-30 11:07:55 +0100
committerSamuel Mannehed <samuel@cendio.se>2021-11-30 11:07:55 +0100
commite965832e0a5f70d69c53e51b482cf54f130cbac1 (patch)
treea515102950db9796d584566e5bc403dbaae330f7
parent6710410356b20432c4d07a52fc62caeacc70edf1 (diff)
downloadnovnc-e965832e0a5f70d69c53e51b482cf54f130cbac1.tar.gz
Remove unused dependencies from package.json
These were used by the, now removed, legacy transpilation steps, which were removed in commit 890cff921d78835762fbdcfef862571c52cb3035.
-rw-r--r--package.json3
1 files changed, 0 insertions, 3 deletions
diff --git a/package.json b/package.json
index b227673..791430e 100644
--- a/package.json
+++ b/package.json
@@ -66,9 +66,6 @@
"mocha": "*",
"node-getopt": "*",
"po2json": "*",
- "requirejs": "*",
- "rollup": "*",
- "rollup-plugin-node-resolve": "*",
"sinon": "*",
"sinon-chai": "*"
},