Skip to content

Commit 7a0f833

Browse files
committed
Update devDependencies
PhantomJS fixed the really annoying "CoreText performance note:" message in 1.9.3 or so.
1 parent f814b85 commit 7a0f833

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
"underscore" : ">=1.5.0"
99
},
1010
"devDependencies": {
11-
"phantomjs": "1.9.0-1",
12-
"docco": "0.6.1",
13-
"coffee-script": "1.6.1"
11+
"phantomjs": "1.9.7-1",
12+
"docco": "0.6.3",
13+
"coffee-script": "1.7.1"
1414
},
1515
"scripts": {
1616
"test": "phantomjs test/vendor/runner.js test/index.html?noglobals=true && coffee test/model.coffee",

0 commit comments

Comments
 (0)