Skip to content
This repository was archived by the owner on Mar 6, 2025. It is now read-only.

Commit 117d352

Browse files
committed
Try to fix drone.io builds #2
1 parent a752a54 commit 117d352

1 file changed

Lines changed: 12 additions & 12 deletions

File tree

package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -19,17 +19,17 @@
1919
"node": ">= 0.8.0"
2020
},
2121
"devDependencies": {
22-
"grunt": "~0.4.1",
23-
"load-grunt-tasks": "~3.2.0",
24-
"grunt-contrib-compress": "~0.13.0",
25-
"grunt-contrib-watch": "~0.6.0",
26-
"grunt-contrib-csslint": "~0.1.0",
27-
"grunt-contrib-cssmin": "~0.13.0",
28-
"grunt-contrib-jshint": "~0.11.0",
29-
"grunt-contrib-concat": "~0.5.0",
30-
"grunt-contrib-uglify": "~0.9.0",
31-
"grunt-contrib-clean": "~0.6.0",
32-
"grunt-contrib-yuidoc": "~0.9.0",
33-
"time-grunt": "~1.2.1"
22+
"grunt": "^0.4.1",
23+
"load-grunt-tasks": "3.2.0",
24+
"grunt-contrib-compress": "^0.13.0",
25+
"grunt-contrib-watch": "^0.6.0",
26+
"grunt-contrib-csslint": "^0.1.0",
27+
"grunt-contrib-cssmin": "^0.13.0",
28+
"grunt-contrib-jshint": "^0.11.0",
29+
"grunt-contrib-concat": "^0.5.0",
30+
"grunt-contrib-uglify": "^0.9.0",
31+
"grunt-contrib-clean": "^0.6.0",
32+
"grunt-contrib-yuidoc": "^0.9.0",
33+
"time-grunt": "^1.2.1"
3434
}
3535
}

0 commit comments

Comments
 (0)