Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Lusito committed Jun 6, 2020
1 parent 07e66ea commit 98e6f46
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 21 deletions.
32 changes: 16 additions & 16 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "webextension-polyfill-ts",
"version": "0.16.0",
"version": "0.17.0",
"description": "webextension-polyfill for TypeScript",
"keywords": [
"TypeScript",
Expand Down Expand Up @@ -33,11 +33,11 @@
"webextension-polyfill": "^0.6.0"
},
"devDependencies": {
"@types/node": "^14.0.5",
"@types/node": "^14.0.11",
"@types/rimraf": "^3.0.0",
"got": "^11.1.4",
"got": "^11.3.0",
"rimraf": "^3.0.2",
"ts-node": "^8.10.1",
"typescript": "^3.9.3"
"ts-node": "^8.10.2",
"typescript": "^3.9.5"
}
}

0 comments on commit 98e6f46

Please sign in to comment.