Skip to content

Commit 98d1e30

Browse files
committed
Fixed missing comma
1 parent 934863e commit 98d1e30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"karma-jasmine": "^0.3.7",
3535
"karma-phantomjs-launcher": "^1.0.0",
3636
"phantomjs": "^2.1.3",
37-
"phantomjs-prebuilt": "^2.1.4"
37+
"phantomjs-prebuilt": "^2.1.4",
3838
"grunt-contrib-watch": "^0.6.1",
3939
"grunt-jscs": "^2.7.0"
4040
}

0 commit comments

Comments
 (0)