-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Today's fortune: "Our reruns are better than theirs."
-- Nick at Nite
- Loading branch information
Showing
3 changed files
with
10 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,7 @@ | |
"dist" | ||
], | ||
"engines": { | ||
"node": "^10 || ^12 || >=14" | ||
"node": "12.x || 14.x || 16.x" | ||
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
joscha
via email
Author
Collaborator
|
||
}, | ||
"dependencies": { | ||
"is-url": "^1.2.4", | ||
|
@@ -29,8 +29,7 @@ | |
"typescript": "^4.5.5" | ||
}, | ||
"scripts": { | ||
"prepare": "rimraf ./dist", | ||
"prepack": "tsc --outDir dist --declaration --declarationDir dist", | ||
"prepack": "rimraf ./dist && tsc --outDir dist --declaration --declarationDir dist", | ||
"pretest": "prettier --check .", | ||
"test": "jest --ci", | ||
"test:watch": "jest --watch --notify", | ||
|
@joscha this shouldn't be in 5.x :/
Can you fix it and release a new patch version please?
BTW, I personally wouldn't have merged back the 5.x branch to master; I'd just keep it separately.