Skip to content

Commit

Permalink
Remove Makefile
Browse files Browse the repository at this point in the history
Add lint and build tasks to package.json, remove 'istanbul' requirement
as mocha is what's actually being used.
  • Loading branch information
jory committed Dec 30, 2015
1 parent 322a2ad commit c2217e3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 28 deletions.
26 changes: 0 additions & 26 deletions Makefile

This file was deleted.

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,16 @@
"url": "http://github.com/Marak/Faker.js.git"
},
"scripts": {
"test": "node_modules/.bin/mocha test/*.*.js"
"lint": "node_modules/.bin/jshint ./lib --config ./.jshintrc",
"test": "node_modules/.bin/mocha test/*.*.js",
"build": "cd build && ../node_modules/.bin/gulp && cd ../"
},
"devDependencies": {
"browserify": "5.11.1",
"gulp": "3.8.8",
"gulp-mustache": "0.4.0",
"gulp-rename": "1.2.0",
"gulp-uglify": "1.0.1",
"istanbul": "0.1.25",
"jshint": "0.9.0",
"lodash": "^2.4.1",
"mocha": "1.8.x",
Expand Down

0 comments on commit c2217e3

Please sign in to comment.