-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
9 changed files
with
8,531 additions
and
6,771 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 |
---|---|---|
|
@@ -12,9 +12,9 @@ | |
"scripts": { | ||
"build": "bili -t node --format cjs src/index.js", | ||
"lint": "eslint src test", | ||
"prepublish": "yarn build", | ||
"prepublish": "pnpm build", | ||
"release": "standard-version && git push --follow-tags && npm publish", | ||
"test": "yarn lint && yarn test:coverage", | ||
"test": "pnpm lint && pnpm test:coverage", | ||
"test:ava": "nyc ava --verbose", | ||
"test:coverage": "nyc --reporter=lcov --reporter=html ava" | ||
}, | ||
|
@@ -45,5 +45,6 @@ | |
"engines": { | ||
"node": ">=8.17.0", | ||
"npm": ">=5.10.0" | ||
} | ||
}, | ||
"packageManager": "[email protected]" | ||
} |
Oops, something went wrong.