Skip to content

Commit db751dc

Browse files
committed
Bump deps
1 parent d243ad1 commit db751dc

File tree

2 files changed

+1012
-770
lines changed

2 files changed

+1012
-770
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@
5252
"ci": "mocha --reporter spec --require source-map-support/register --timeout 10000 lib/cjs/test",
5353
"preci": "yarn install",
5454
"jenkins": "yarn ci -- --timeout 0 --reporter xunit-file",
55-
"dist:cjs": "tsc -p . --outDir ./lib/cjs/ && cpy src/index.js lib/cjs/",
56-
"dist:async": "tsc -p . --outDir ./lib/async/ --target es2017 && cpy src/index.js lib/async/",
55+
"dist:cjs": "tsc -p . --outDir ./lib/cjs/ --declarationMap true && cpy src/index.js lib/cjs/",
56+
"dist:async": "tsc -p . --outDir ./lib/async/ --target es2018 --declarationMap true && cpy src/index.js lib/async/",
5757
"dist:web": "webpack",
5858
"dist": "rimraf lib && npm-run-all --parallel dist:* && cpy src/index.all.js --rename index.js lib/",
5959
"prepare": "yarn dist && node -e 'require(\".\");'"
@@ -68,7 +68,7 @@
6868
"devDependencies": {
6969
"@types/chai": "^4.0.10",
7070
"@types/mocha": "^2.2.44",
71-
"@types/node": "^8.0.58",
71+
"@types/node": "^10.0.8",
7272
"babel-core": "^6.26.0",
7373
"babel-eslint": "^8.0.3",
7474
"babel-loader": "^7.1.2",
@@ -91,4 +91,4 @@
9191
"webpack": "^3.0.0",
9292
"xunit-file": "1.0.0"
9393
}
94-
}
94+
}

0 commit comments

Comments
 (0)