Updated build scripts

This commit is contained in:
Kristofer
2017-12-03 16:14:21 +01:00
parent 94445ab9ff
commit 00f01c3cb3
6 changed files with 8649 additions and 2430 deletions

View File

@@ -8,16 +8,26 @@
},
"private": false,
"scripts": {
"prebuild": "grunt clean:build",
"build": "grunt build",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kriffe/litegraph.js.git"
"url": "git+https://github.com/jagenjo/litegraph.js.git"
},
"author": "jagenjo",
"license": "MIT",
"bugs": {
"url": "https://github.com/kriffe/litegraph.js/issues"
"url": "https://github.com/jagenjo/litegraph.js/issues"
},
"homepage": "https://github.com/kriffe/litegraph.js#readme"
"homepage": "https://github.com/kriffe/litegraph.js#readme",
"devDependencies": {
"google-closure-compiler": "^20171112.0.0",
"grunt": "^1.0.1",
"grunt-closure-tools": "^1.0.0",
"grunt-contrib-clean": "^1.1.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-copy": "^1.0.0"
}
}