Stop using grunt to build the jio release.
We do not want to depend on node to work on jio.
Showing
... | ... | @@ -15,7 +15,7 @@ |
}, | ||
"scripts": { | ||
"lint": "./node_modules/.bin/grunt lint", | ||
"prepublish": "./node_modules/.bin/grunt build" | ||
"prepublish": "make" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
... | ... | @@ -37,8 +37,6 @@ |
"renderjs": "git+https://lab.nexedi.com/romain/renderjs.git#wip", | ||
"grunt": "0.4.x", | ||
"grunt-cli": "~0.1.11", | ||
"grunt-contrib-concat": "0.3.x", | ||
"grunt-contrib-copy": "~0.4.1", | ||
"grunt-contrib-qunit": "~0.3.0", | ||
"grunt-jslint": "~1.0.0", | ||
"lz-string": "^1.4.4", | ||
... | ... |
Please register or sign in to comment