Skip to content

Commit 5930d8d

Browse files
author
Zeno Rocha
committed
Update devDependencies zenorocha#33
1 parent 5099dc4 commit 5930d8d

File tree

2 files changed

+16
-16
lines changed

2 files changed

+16
-16
lines changed

Gruntfile.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ module.exports = function(grunt) {
4242
lintspaces: {
4343
all: {
4444
src: [
45-
'*', 'src/*', 'spec/*', 'demo/*', 'assets/base.css'
45+
'*', 'src/*', 'spec/*', 'demo/*', 'assets/base.css', '!package.json'
4646
],
4747
options: {
4848
newline: true,

package.json

+15-15
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
{
2-
"private": true,
3-
"devDependencies": {
4-
"grunt": "~0.4.1",
5-
"grunt-bump": "~0.0.13",
6-
"grunt-cli": "~0.1.7",
7-
"grunt-contrib-concat": "~0.3.0",
8-
"grunt-contrib-jasmine": "~0.5.1",
9-
"grunt-contrib-jshint": "~0.7.2",
10-
"grunt-contrib-uglify": "~0.2.0",
11-
"grunt-contrib-watch": "~0.5.3",
12-
"grunt-lintspaces": "~0.2.301"
13-
},
14-
"scripts": {
15-
"test": "grunt test --verbose"
16-
}
2+
"private": true,
3+
"devDependencies": {
4+
"grunt": "~0.4.1",
5+
"grunt-bump": "~0.0.13",
6+
"grunt-cli": "~0.1.7",
7+
"grunt-contrib-concat": "~0.5.0",
8+
"grunt-contrib-jasmine": "~0.8.1",
9+
"grunt-contrib-jshint": "~0.10.0",
10+
"grunt-contrib-uglify": "~0.6.0",
11+
"grunt-contrib-watch": "~0.6.1",
12+
"grunt-lintspaces": "~0.6.0"
13+
},
14+
"scripts": {
15+
"test": "grunt test --verbose"
16+
}
1717
}

0 commit comments

Comments
 (0)