Index: package.json |
=================================================================== |
--- a/package.json |
+++ b/package.json |
@@ -18,17 +18,19 @@ |
"watch:desktop-options.css": "watch 'npm run bundle:desktop-options.css' ./css", |
"watch:desktop-options.js": "watch 'npm run bundle:desktop-options.js' ./js", |
"test": "npm run test:io-element.js && http-server", |
"test:io-element.js": "npm run bashForTest:js io-element && npm run bundleTest:js io-element", |
"postinstall": "npm run bundle" |
}, |
"dependencies": { |
"browserify": "^16.1.0", |
+ "csv": "^2.0.0", |
"document-register-element": "^1.7.2", |
"eslint": "^4.16.0", |
"eslint-config-eyeo": "^2.0.0", |
+ "glob": "^7.1.2", |
"http-server": "^0.11.1", |
"hyperhtml-element": "^1.5.0", |
"node-sass": "^4.7.2", |
"watch": "^1.0.2" |
} |
} |