Created temporary scripts

This commit is contained in:
jos 2016-07-12 21:43:32 +02:00
parent c46f27334c
commit 22785614af
1 changed files with 3 additions and 4 deletions

View File

@ -18,10 +18,9 @@
},
"bugs": "https://github.com/josdejong/jsoneditor/issues",
"scripts": {
"build": "gulp",
"watch": "gulp watch",
"test": "mocha test",
"build-next": "rollup -c"
"build": "react-dev-server --build; uglifyjs public/bundle.js -o public/bundle.min.js",
"watch": "react-dev-server",
"test": "mocha test"
},
"dependencies": {
"ajv": "3.8.8",