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.json15
1 files changed, 8 insertions, 7 deletions
diff --git a/js/vendor/es6-shim/package.json b/js/vendor/es6-shim/package.json
index c0f332764..135c0e758 100644
--- a/js/vendor/es6-shim/package.json
+++ b/js/vendor/es6-shim/package.json
@@ -1,6 +1,6 @@
{
"name": "es6-shim",
- "version": "0.33.3",
+ "version": "0.33.8",
"author": "Paul Miller (http://paulmillr.com)",
"description": "ECMAScript 6 (Harmony) compatibility shims for legacy JavaScript engines",
"keywords": [
@@ -23,7 +23,7 @@
},
"main": "es6-shim",
"scripts": {
- "test": "npm run lint && npm run test-shim && npm run test-sham",
+ "test": "npm run lint && evalmd *.md && npm run test-shim && npm run test-sham",
"test-shim": "mocha test/*.js test/*/*.js",
"test-sham": "mocha test-sham/*.js",
"test-native": "npm run jshint-shim && NO_ES6_SHIM=1 mocha test/*.js test/*/*.js",
@@ -63,17 +63,18 @@
},
"dependencies": {},
"devDependencies": {
- "chai": "^3.2.0",
- "es5-shim": "^4.1.11",
+ "chai": "^3.4.0",
+ "es5-shim": "^4.1.15",
"grunt": "^0.4.5",
"grunt-contrib-connect": "^0.11.2",
"grunt-contrib-watch": "^0.6.1",
"grunt-saucelabs": "^8.6.1",
- "jscs": "^2.1.1",
+ "jscs": "^2.3.5",
"jshint": "^2.8.0",
- "mocha": "^2.3.0",
+ "mocha": "^2.3.3",
"promises-aplus-tests": "^2.1.1",
"promises-es6-tests": "^0.5.0",
- "uglify-js": "^2.4.24"
+ "uglify-js": "^2.5.0",
+ "evalmd": "^0.0.16"
}
}