| Index: package.json |
| =================================================================== |
| --- a/package.json |
| +++ b/package.json |
| @@ -21,18 +21,20 @@ |
| "test": "npm run test:io-element && npm run test:io-steps && npm run test:io-toggle && http-server", |
| "test:io-element": "npm run bashForTest:js io-element && npm run bundleTest:js io-element", |
| "test:io-steps": "npm run bashForTest:js io-steps && npm run bundleTest:js io-steps && npm run bashForTest:css io-steps", |
| "test:io-toggle": "npm run bashForTest:js io-toggle && npm run bundleTest:js io-toggle && npm run bashForTest:css io-toggle", |
| "postinstall": "npm run bundle" |
| }, |
| "dependencies": { |
| "browserify": "^16.1.0", |
| + "csv": "^3.1.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": "^2.9.0", |
| "hyperhtml-element": "^1.5.0", |
| "node-sass": "^4.7.2", |
| "watch": "^1.0.2" |
| } |
| } |