-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(release): π 3.8.1 [skip ci]
### [3.8.1](v3.8.0...v3.8.1) (2021-01-11) ### Bug Fixes * π resolve binaries from current package location and memoize costly operations ([#154](#154)) ([8c5ed2a](8c5ed2a)) * π fixed linting errors related to pnpapi ([0d32d08](0d32d08)) ### Other * π¦οΈ disable unicorn/import-reduce rule ([392a5ae](392a5ae)) * **deps:** pin dependency @types/pnpapi to 0.0.1 ([#156](#156)) ([581714b](581714b)) * **deps:** update all non-major dependencies ([#151](#151)) ([f5b10f6](f5b10f6)) * **deps:** update dependency eslint-plugin-unicorn to v26 ([#152](#152)) ([f801087](f801087))
- Loading branch information
1 parent
0d32d08
commit cfa0281
Showing
2 changed files
with
17 additions
and
1 deletion.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "ultra-runner", | ||
"description": "Smart and beautiful script runner that hijacks any `npm run`, `yarn` and `npx` calls for ultra fast execution", | ||
"version": "3.8.0", | ||
"version": "3.8.1", | ||
"main": "lib/index.js", | ||
"repository": "[email protected]:folke/ultra-runner.git", | ||
"author": "Folke Lemaitre <[email protected]>", | ||
|