diff --git a/package.json b/package.json index 6d0995c..eb18cc6 100644 --- a/package.json +++ b/package.json @@ -11,6 +11,7 @@ "start": "node_modules/.bin/electron .", "test": "echo \"Error: no test specified\" && exit 1", "lint": "eslint -c node_modules/eslint-config/.eslintrc 'src/'", + "build": "npm run create-build-dirs && npm run build-html && npm run build-js && npm run build-less", "build-html": "cp src/index.html build/index.html" }, "repository": { @@ -28,6 +29,7 @@ "electron-prebuilt": "^0.34.0", "immutable": "^3.7.5", "ionicons": "^2.0.1", + "jquery": "^2.1.4", "react": "^0.13.0", "superagent": "^1.2.0" }, @@ -39,6 +41,5 @@ "less": "^2.5.3", "reactify": "^1.1.1", "uglify-js": "^2.5.0" - } }