Skip to content

Commit a4871bd

Browse files
author
Cecil Worsley
committed
saving grunt watch package
1 parent c6e83dd commit a4871bd

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-jshint": "~0.6.3",
10+
"grunt-contrib-uglify": "~0.2.7",
11+
"grunt-contrib-concat": "~0.3.0"
12+
},
13+
"repository": {
14+
"type": "git",
15+
"url": "https://github.com/objectivehtml/FlipClock"
16+
},
2017
"bugs": {
21-
"url": "https://github.com/nodejitsu/browsenpm.org/issues"
22-
},
23-
24-
"dependencies": {
25-
"jquery": ">=1.7"
26-
}
27-
}
18+
"url": "https://github.com/nodejitsu/browsenpm.org/issues"
19+
},
20+
"dependencies": {
21+
"grunt-contrib-watch": "^0.6.1",
22+
"jquery": ">=1.7"
23+
}
24+
}

0 commit comments

Comments
 (0)