Cleanup package.json and Gruntfile for v0.12 use

This commit is contained in:
dceejay 2015-07-12 20:13:41 +01:00
parent 322c996064
commit c98d8a4baa
2 changed files with 11 additions and 13 deletions

View File

@ -42,7 +42,7 @@ module.exports = function(grunt) {
//"sub": true, // don't warn that foo['bar'] should be written as foo.bar
////"unused": true, // Check for unused functions
////"forin":false, // turn off check for "for (x in y...)"
"reporter": require('jshint-stylish')
//"reporter": require('jshint-stylish')
},
all: {
src: ['*/*.js','*/*/*.js'],
@ -59,8 +59,8 @@ module.exports = function(grunt) {
inlinelint: {
html: ['*/*/*.html'],
options: {
jshintrc: ".jshintrc",
reporter: require('jshint-stylish')
jshintrc: ".jshintrc"
//,reporter: require('jshint-stylish')
}
},
jscs: {

View File

@ -17,17 +17,15 @@
],
"devDependencies": {
"grunt": "0.4.5",
"grunt-cli": "0.1.13",
"grunt-simple-mocha": "0.4.0",
"grunt-contrib-jshint": "0.11.0",
"grunt-lint-inline": "0.4.3",
"grunt-jscs": "0.8.*",
"jshint-stylish": "1.0.1",
"mocha": "2.1.0",
"should": "4.6.5",
"sinon": "1.12.2",
"supertest": "0.15.0",
"proxyquire": "1.4.0",
"grunt-contrib-jshint": "0.11.2",
"grunt-lint-inline": "0.4.4",
"grunt-jscs": "1.8.*",
"mocha": "2.2.5",
"should": "7.0.1",
"sinon": "1.15.4",
"supertest": "1.0.1",
"proxyquire": "1.6.0",
"pushbullet": "1.4.*",
"when": "^3.6.4",
"exif": "0.4.0",