Remove dependency to grunt-jslint.
Showing
Gruntfile.js
deleted
100644 → 0
... | ... | @@ -14,8 +14,8 @@ |
"test": "test" | ||
}, | ||
"scripts": { | ||
"lint": "./node_modules/.bin/grunt lint", | ||
"prepublish": "make" | ||
"lint": "make lint", | ||
"prepublish": "make build" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
... | ... | @@ -35,10 +35,8 @@ |
}, | ||
"devDependencies": { | ||
"renderjs": "git+https://lab.nexedi.com/romain/renderjs.git#wip", | ||
"grunt": "0.4.x", | ||
"grunt-cli": "~0.1.11", | ||
"grunt-contrib-qunit": "~0.3.0", | ||
"grunt-jslint": "~1.0.0", | ||
"jslint": "0.9.2", | ||
"lz-string": "^1.4.4", | ||
"sinon": "~1.7.3", | ||
"jison": "~0.4.16" | ||
... | ... |
Please register or sign in to comment