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

View File

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