Skip to content

Commit

Permalink
Remove jsdoc jshint and gulp
Browse files Browse the repository at this point in the history
  • Loading branch information
Quentin Rossetti committed Jun 26, 2014
1 parent 2d4cecb commit 6ca751f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 62 deletions.
56 changes: 0 additions & 56 deletions gulpfile.js

This file was deleted.

7 changes: 1 addition & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@
"main": "lib/ruche",
"scripts": {
"start": "node ./bin/ruche.js",
"doc": "jsdoc -c .jsdocrc",
"hint": "gulp hint",
"test": "mocha",
"coverage": "istanbul cover node_modules/mocha/bin/_mocha --dir test/coverage",
"coveralls": "npm install coveralls && cat ./test/coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js"
Expand Down Expand Up @@ -46,9 +44,6 @@
"devDependencies": {
"mocha": "^1.19.0",
"chai": "^1.9.1",
"istanbul": "^0.2.11",
"jshint": "^2.5.1",
"jshint-stylish": "^0.2.0",
"gulp": "^3.8.0"
"istanbul": "^0.2.11"
}
}

0 comments on commit 6ca751f

Please sign in to comment.