summaryrefslogtreecommitdiffstats
path: root/js/vendor/es6-shim/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'js/vendor/es6-shim/package.json')
-rw-r--r--js/vendor/es6-shim/package.json29
1 files changed, 15 insertions, 14 deletions
diff --git a/js/vendor/es6-shim/package.json b/js/vendor/es6-shim/package.json
index c0b4a04f0..1dc4d8c2f 100644
--- a/js/vendor/es6-shim/package.json
+++ b/js/vendor/es6-shim/package.json
@@ -1,6 +1,6 @@
{
"name": "es6-shim",
- "version": "0.25.0",
+ "version": "0.27.0",
"author": "Paul Miller (http://paulmillr.com)",
"description": "ECMAScript 6 (Harmony) compatibility shims for legacy JavaScript engines",
"keywords": [
@@ -39,7 +39,8 @@
"minify": "npm run minify-shim && npm run minify-sham",
"minify-shim": "uglifyjs es6-shim.js --comments --source-map=es6-shim.map -m -b ascii_only=true,beautify=false > es6-shim.min.js",
"minify-sham": "uglifyjs es6-sham.js --comments --source-map=es6-sham.map -m -b ascii_only=true,beautify=false > es6-sham.min.js",
- "sauce": "grunt sauce"
+ "sauce-connect": "curl -L https://gist.githubusercontent.com/henrikhodne/9322897/raw/sauce-connect.sh | bash && export TRAVIS_SAUCE_CONNECT=true",
+ "sauce": "npm run sauce-connect && grunt sauce"
},
"testling": {
"html": "testling.html",
@@ -62,17 +63,17 @@
},
"dependencies": {},
"devDependencies": {
- "chai": "~1.10.0",
- "es5-shim": "~4.1.0",
- "grunt": "~0.4.5",
- "grunt-contrib-connect": "~0.9.0",
- "grunt-contrib-watch": "~0.6.1",
- "grunt-saucelabs": "~8.5.0",
- "jscs": "~1.11.0",
- "jshint": "~2.6.0",
- "mocha": "~2.1.0",
- "promises-aplus-tests": "~2.1.0",
- "promises-es6-tests": "~0.5.0",
- "uglify-js": "~2.4.16"
+ "chai": "^2.1.0",
+ "es5-shim": "^4.1.0",
+ "grunt": "^0.4.5",
+ "grunt-contrib-connect": "^0.9.0",
+ "grunt-contrib-watch": "^0.6.1",
+ "grunt-saucelabs": "^8.6.0",
+ "jscs": "^1.11.3",
+ "jshint": "^2.6.0",
+ "mocha": "^2.1.0",
+ "promises-aplus-tests": "^2.1.0",
+ "promises-es6-tests": "^0.5.0",
+ "uglify-js": "^2.4.16"
}
}