Skip to content

Commit 8f5fec5

Browse files
committed
fix: Update Typescript to 3.5.1
This fixes the included library definition of encodeURIComponent(). See microsoft/TypeScript#18159 for details.
1 parent da1a8f6 commit 8f5fec5

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"main": "dist/index.js",
3030
"module": "dist/index.es.js",
3131
"browser": "dist/index.browser.js",
32-
"typings": "dist/index.d.ts",
32+
"types": "dist/index.d.ts",
3333
"scripts": {
3434
"build": "tsc && rollup -c",
3535
"commit": "npx git-cz",
@@ -85,7 +85,7 @@
8585
"tslint": "^5.16.0",
8686
"tslint-config-airbnb": "^5.11.1",
8787
"tslint-config-prettier": "^1.18.0",
88-
"typescript": "^3.4.5"
88+
"typescript": "^3.5.1"
8989
},
9090
"engines": {
9191
"node": ">=8.9.0"

0 commit comments

Comments
 (0)