Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 66f46ce

Browse files
authored
Merge pull request gridstack#635 from radiolips/feature/grunt-doctoc
Update grunt and doctoc!
2 parents a7fd507 + f695d22 commit 66f46ce

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,16 +32,16 @@
3232
"devDependencies": {
3333
"connect": "^3.4.1",
3434
"coveralls": "^2.11.8",
35-
"doctoc": "^1.0.0",
36-
"grunt": "^0.4.5",
35+
"doctoc": "^1.3.0",
36+
"grunt": "^1.0.1",
3737
"grunt-cli": "^1.2.0",
3838
"grunt-contrib-connect": "^1.0.2",
3939
"grunt-contrib-copy": "^1.0.0",
4040
"grunt-contrib-cssmin": "^2.1.0",
4141
"grunt-contrib-jshint": "^1.0.0",
4242
"grunt-contrib-uglify": "^2.3.0",
4343
"grunt-contrib-watch": "^1.0.0",
44-
"grunt-doctoc": "^0.1.1",
44+
"grunt-doctoc": "https://github.com/nickyout/grunt-doctoc.git#master",
4545
"grunt-jscs": "^3.0.1",
4646
"grunt-protractor-runner": "^5.0.0",
4747
"grunt-protractor-webdriver": "^0.2.5",

0 commit comments

Comments
 (0)