Skip to content

Commit deea5c4

Browse files
author
Dustin Farris
committed
update devDependencies
1 parent 1896fa4 commit deea5c4

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

package.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,13 @@
1616
"test": "grunt test"
1717
},
1818
"devDependencies": {
19-
"grunt-neuter": "~0.6.0",
2019
"grunt-banner": "*",
21-
"grunt-contrib-uglify": "~0.2.4",
22-
"grunt-text-replace": "~0.3.8",
2320
"grunt-bump": "0.0.13",
2421
"grunt-contrib-copy": "~0.5.0",
25-
"grunt-contrib-watch": "~0.5.3"
22+
"grunt-contrib-uglify": "~0.2.4",
23+
"grunt-contrib-watch": "~0.5.3",
24+
"grunt-neuter": "~0.6.0",
25+
"grunt-text-replace": "~0.3.8",
26+
"karma-phantomjs-launcher": "^0.1.4"
2627
}
2728
}

0 commit comments

Comments
 (0)