Created temporary scripts
This commit is contained in:
parent
c46f27334c
commit
22785614af
|
@ -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",
|
||||||
|
|
Loading…
Reference in New Issue