From 22785614af991d61f9ed08230e7adf4831ab38f6 Mon Sep 17 00:00:00 2001 From: jos Date: Tue, 12 Jul 2016 21:43:32 +0200 Subject: [PATCH] Created temporary scripts --- package.json | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index aa8689b..892de15 100644 --- a/package.json +++ b/package.json @@ -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",