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", "bugs": "https://github.com/josdejong/jsoneditor/issues",
"scripts": { "scripts": {
"build": "gulp", "build": "react-dev-server --build; uglifyjs public/bundle.js -o public/bundle.min.js",
"watch": "gulp watch", "watch": "react-dev-server",
"test": "mocha test", "test": "mocha test"
"build-next": "rollup -c"
}, },
"dependencies": { "dependencies": {
"ajv": "3.8.8", "ajv": "3.8.8",