1
0
mirror of https://github.com/twitter/twemoji.git synced 2024-10-01 12:24:23 +00:00

still trying to fix travis

This commit is contained in:
Andrea Giammarchi 2016-02-28 17:52:30 +00:00
parent 9f6d6492b1
commit 064f051c95

View File

@ -14,8 +14,8 @@
"unicode"
],
"devDependencies": {
"uglify-js": ">= 0.0.0",
"phantomjs-prebuilt": ">= 0.0.0"
"uglify-js": "2.6.2",
"phantomjs-prebuilt": "2.1.4"
},
"author": {
"name": "Twitter, Inc.",
@ -27,6 +27,6 @@
},
"main": "./twemoji.npm.js",
"scripts": {
"test": "phantomjs testrunner.js && sleep 1 && phantomjs 2/test/testrunner.js"
"test": "phantomjs testrunner.js && phantomjs 2/test/testrunner.js"
}
}