From 064f051c95119e16b43399d698f8099b0cfe4686 Mon Sep 17 00:00:00 2001 From: Andrea Giammarchi Date: Sun, 28 Feb 2016 17:52:30 +0000 Subject: [PATCH] still trying to fix travis --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index e86ca97e..9357408a 100644 --- a/package.json +++ b/package.json @@ -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" } }