Update deps.
This commit is contained in:
parent
ac11885379
commit
9565718699
@ -1,14 +1,11 @@
|
||||
{
|
||||
"comments": false,
|
||||
"compact": true,
|
||||
"optional": [
|
||||
// Experimental features.
|
||||
// "minification.constantFolding",
|
||||
// "minification.deadCodeElimination",
|
||||
|
||||
"es7.asyncFunctions",
|
||||
"es7.decorators",
|
||||
"es7.functionBind",
|
||||
"runtime"
|
||||
"plugins": [
|
||||
"transform-runtime"
|
||||
],
|
||||
"presets": [
|
||||
"stage-0",
|
||||
"es2015"
|
||||
]
|
||||
}
|
||||
|
1
packages/xen-api/.gitignore
vendored
1
packages/xen-api/.gitignore
vendored
@ -1,3 +1,4 @@
|
||||
/.nyc_output/
|
||||
/bower_components/
|
||||
/dist/
|
||||
|
||||
|
@ -30,11 +30,11 @@
|
||||
".mocha.js"
|
||||
],
|
||||
"dependencies": {
|
||||
"babel-runtime": "^5",
|
||||
"babel-runtime": "^6",
|
||||
"blocked": "^1.1.0",
|
||||
"bluebird": "^2.9.21",
|
||||
"debug": "^2.1.3",
|
||||
"event-to-promise": "^0.3.2",
|
||||
"event-to-promise": "^0.4.0",
|
||||
"exec-promise": "^0.5.1",
|
||||
"kindof": "^2.0.0",
|
||||
"lodash.filter": "^3.1.1",
|
||||
@ -53,20 +53,29 @@
|
||||
"xo-collection": "^0.4.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"babel": "^5.5.8",
|
||||
"babel-eslint": "^4.1.0",
|
||||
"babel-cli": "^6.1.2",
|
||||
"babel-core": "^6.1.2",
|
||||
"babel-eslint": "^4.1.5",
|
||||
"babel-plugin-transform-runtime": "^6.1.2",
|
||||
"babel-preset-es2015": "^6.1.2",
|
||||
"babel-preset-stage-0": "^6.1.2",
|
||||
"clarify": "^1.0.5",
|
||||
"dependency-check": "^2.5.1",
|
||||
"mocha": "^2.2.5",
|
||||
"must": "^0.12.0",
|
||||
"must": "^0.13.1",
|
||||
"nyc": "^3.2.2",
|
||||
"source-map-support": "^0.3.3",
|
||||
"standard": "^5.1.0",
|
||||
"trace": "^1.2.0"
|
||||
"trace": "^2.0.1"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "babel --source-maps --out-dir=dist/ src/",
|
||||
"dev": "babel --watch --source-maps --out-dir=dist/ src/",
|
||||
"lint": "standard",
|
||||
"depcheck": "dependency-check ./package.json",
|
||||
"posttest": "npm run lint && npm run depcheck",
|
||||
"prepublish": "npm run build",
|
||||
"test": "mocha --opts .mocha.opts \"dist/**/*.spec.js\"",
|
||||
"test": "nyc mocha --opts .mocha.opts \"dist/**/*.spec.js\"",
|
||||
"test-dev": "mocha --opts .mocha.opts --watch --reporter=min \"dist/**/*.spec.js\""
|
||||
},
|
||||
"standard": {
|
||||
|
Loading…
Reference in New Issue
Block a user