Skip to content

Commit e98cd8f

Browse files
committed
Merge pull request #173 from cworsley4/fix/adding-grunt-watch-package
Fix/adding grunt watch package
2 parents c6e83dd + 988e023 commit e98cd8f

File tree

1 file changed

+20
-23
lines changed

1 file changed

+20
-23
lines changed

package.json

Lines changed: 20 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,24 @@
11
{
2-
"name": "flipclock",
3-
"version": "0.7.8",
4-
"email": "[email protected]",
2+
"name": "flipclock",
3+
"version": "0.7.8",
4+
"email": "[email protected]",
55
"author": "Objective HTML, LLC <[email protected]>",
66
"license": "MIT",
7-
8-
"devDependencies": {
9-
"grunt": "~0.4.2",
10-
"grunt-contrib-jshint": "~0.6.3",
11-
"grunt-contrib-uglify": "~0.2.7",
12-
"grunt-contrib-concat": "~0.3.0"
13-
},
14-
15-
"repository": {
16-
"type": "git",
17-
"url": "https://github.com/objectivehtml/FlipClock"
18-
},
19-
7+
"devDependencies": {
8+
"grunt": "~0.4.2",
9+
"grunt-contrib-concat": "~0.3.0",
10+
"grunt-contrib-jshint": "~0.6.3",
11+
"grunt-contrib-uglify": "~0.2.7",
12+
"grunt-contrib-watch": "^0.6.1"
13+
},
14+
"repository": {
15+
"type": "git",
16+
"url": "https://github.com/objectivehtml/FlipClock"
17+
},
2018
"bugs": {
21-
"url": "https://github.com/nodejitsu/browsenpm.org/issues"
22-
},
23-
24-
"dependencies": {
25-
"jquery": ">=1.7"
26-
}
27-
}
19+
"url": "https://github.com/nodejitsu/browsenpm.org/issues"
20+
},
21+
"dependencies": {
22+
"jquery": ">=1.7"
23+
}
24+
}

0 commit comments

Comments
 (0)