1
0
mirror of https://github.com/twitter/twemoji.git synced 2024-12-28 06:18:30 +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" "unicode"
], ],
"devDependencies": { "devDependencies": {
"uglify-js": ">= 0.0.0", "uglify-js": "2.6.2",
"phantomjs-prebuilt": ">= 0.0.0" "phantomjs-prebuilt": "2.1.4"
}, },
"author": { "author": {
"name": "Twitter, Inc.", "name": "Twitter, Inc.",
@ -27,6 +27,6 @@
}, },
"main": "./twemoji.npm.js", "main": "./twemoji.npm.js",
"scripts": { "scripts": {
"test": "phantomjs testrunner.js && sleep 1 && phantomjs 2/test/testrunner.js" "test": "phantomjs testrunner.js && phantomjs 2/test/testrunner.js"
} }
} }