Mercurial > code > home > repos > homeauto
diff service/wifi/package.json @ 674:2b9865bf1737
streamed-graph finally imports and builds. polymer bindings don't work in a <dom-bind> though
Ignore-this: afcf4436ac3d7b88c0d7fc88de81d8e4
author | drewp@bigasterisk.com |
---|---|
date | Thu, 02 Jan 2020 00:23:36 -0800 |
parents | f424809cba8d |
children | 9ae34280218b |
line wrap: on
line diff
--- a/service/wifi/package.json Tue Dec 31 02:45:25 2019 -0800 +++ b/service/wifi/package.json Thu Jan 02 00:23:36 2020 -0800 @@ -18,15 +18,17 @@ "@types/n3": "^1.1.1", "lit-html": "^1.1.2", "n3": "^1.3.5", - "streamed-graph": "file:/home/drewp/projects/streamed-graph" + "streamed-graph": "file:/my/proj/streamed-graph" }, "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", "rollup": "^1.27.14", + "rollup-plugin-force-binding": "^1.0.6", "rollup-plugin-node-builtins": "^2.1.2", "rollup-plugin-typescript2": "^0.25.3", "ts-jest": "^24.2.0",