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