Skip to content

Commit acdd8b9

Browse files
committed
Merge pull request #350 from kdietrich/tests
Fixed missing comma
2 parents 9d269e1 + 98d1e30 commit acdd8b9

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)