changeset 6 | 819a7ab4e3fb |
parent 0 | 5f4fcbc80b37 |
child 8 | 24a3d661309f |
--- a/clientjs/packages/dashboard-components/package.json Mon Sep 17 10:47:06 2018 +0200 +++ b/clientjs/packages/dashboard-components/package.json Mon Sep 17 15:32:33 2018 +0200 @@ -2,7 +2,10 @@ "name": "dashboard-components", "version": "1.0.0", "description": "", - "main": "lib/dashboard-components.js", + "main": "./lib", + "directories": { + "lib": "./lib" + }, "scripts": { "start": "webpack-cli --watch --mode=development", "build": "webpack-cli --mode=production",