|
@@ -1,5 +1,5 @@
|
|
{
|
|
{
|
|
- "name": "$foldername",
|
|
|
|
|
|
+ "name": "@kolab/$foldername",
|
|
"version": "0.1.0",
|
|
"version": "0.1.0",
|
|
"scripts": {
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
@@ -9,7 +9,7 @@
|
|
"compile-both": "npm run compile-src; npm run compile-frontend",
|
|
"compile-both": "npm run compile-src; npm run compile-frontend",
|
|
"compile-test": "babel test --out-dir test-build",
|
|
"compile-test": "babel test --out-dir test-build",
|
|
"compile-src": "babel src --out-dir build",
|
|
"compile-src": "babel src --out-dir build",
|
|
- "compile-frontend": "webpack src/main.js build/bundle.js --module-bind 'js=babel-loader'",
|
|
|
|
|
|
+ "compile-frontend": "webpack build/main.js build/bundle.js --module-bind 'js=babel-loader'",
|
|
"compile": "npm run compile-src; npm run compile-test; npm run compile-frontend",
|
|
"compile": "npm run compile-src; npm run compile-test; npm run compile-frontend",
|
|
"watch": "nodemon --watch src --watch test --watch styles -e js,css,html --exec \"npm run compile-dev --silent\""
|
|
"watch": "nodemon --watch src --watch test --watch styles -e js,css,html --exec \"npm run compile-dev --silent\""
|
|
},
|
|
},
|