Skip to content

Commit

Permalink
npm: release version 0.3.2
Browse files Browse the repository at this point in the history
Changes
----------
* resource: fix redirected path processing (#157)
* downloader: optional wait for this.init in method onIdle (#152)
* typescript: prefer type only import
  • Loading branch information
myfreeer committed Jan 20, 2021
1 parent 6baf0d1 commit 96c9a91
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

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

18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@
"prepack": "npm run clean && npm run build",
"postshrinkwrap": "node package-lock-resolved.js"
},
"jest": {
"preset": "ts-jest"
},
"dependencies": {
"cheerio": "^1.0.0-rc.5",
"css-url-parser": "^1.1.3",
Expand All @@ -26,17 +29,14 @@
"srcset": "^3.0.0",
"urijs": "^1.19.5"
},
"jest": {
"preset": "ts-jest"
},
"devDependencies": {
"@types/jest": "^26.0.19",
"@types/jest": "^26.0.20",
"@types/mkdirp": "^1.0.1",
"@types/node": "^14.14.20",
"@types/urijs": "^1.19.13",
"@typescript-eslint/eslint-plugin": "^4.12.0",
"@typescript-eslint/parser": "^4.12.0",
"eslint": "^7.17.0",
"@types/node": "^14.14.22",
"@types/urijs": "^1.19.14",
"@typescript-eslint/eslint-plugin": "^4.14.0",
"@typescript-eslint/parser": "^4.14.0",
"eslint": "^7.18.0",
"jest": "^26.6.3",
"ts-jest": "^26.4.4",
"typescript": "^4.1.3"
Expand Down

0 comments on commit 96c9a91

Please sign in to comment.