diff package.json @ 42:895ae7c5b0f4

don't pile all the deps in our sharable library. other fixes to make it work as a dep.
author drewp@bigasterisk.com
date Wed, 01 Jan 2020 19:39:57 -0800
parents 5eb29ce7a354
children b8e5850acca0
line wrap: on
line diff
--- a/package.json	Wed Jan 01 12:55:35 2020 -0800
+++ b/package.json	Wed Jan 01 19:39:57 2020 -0800
@@ -22,6 +22,7 @@
   "devDependencies": {
     "@rollup/plugin-commonjs": "^11.0.0",
     "@rollup/plugin-node-resolve": "^6.0.0",
+    "@rollup/plugin-replace": "^2.3.0",
     "@types/jest": "^24.0.25",
     "jest": "^24.9.0",
     "node-globals": "^0.1.5",
@@ -32,4 +33,4 @@
     "tslib": "^1.10.0",
     "typescript": "^3.7.4"
   }
-}
\ No newline at end of file
+}