ultra-runner
Advanced tools
Comparing version 1.0.5 to 1.0.6
@@ -5,2 +5,9 @@ # Changelog | ||
### [1.0.6](https://github.com/folke/ultra-runner/compare/v1.0.5...v1.0.6) (2020-01-23) | ||
### Other | ||
* 📚️ fixed links on badges ([62e18ad](https://github.com/folke/ultra-runner/commit/62e18ad9881f88a9896a2bebd4f595443a38f2f5)) | ||
### [1.0.5](https://github.com/folke/ultra-runner/compare/v1.0.4...v1.0.5) (2020-01-23) | ||
@@ -7,0 +14,0 @@ |
{ | ||
"name": "ultra-runner", | ||
"description": "Smart and beautiful script runner that hijacks any `npm run`, `yarn` and `npx` calls for ultra fast execution", | ||
"version": "1.0.5", | ||
"version": "1.0.6", | ||
"main": "lib/runner.js", | ||
@@ -60,4 +60,6 @@ "repository": "http://github.com/folke/ultra-runner", | ||
"lint:fix": "yarn lint:eslint --fix", | ||
"prepublishOnly": "yarn build", | ||
"release": "npx standard-version --color" | ||
"prepublishOnly": "yarn build:rollup", | ||
"prerelease": "yarn build", | ||
"release": "npx standard-version", | ||
"postrelease": "git push --follow-tags origin master && yarn publish" | ||
}, | ||
@@ -64,0 +66,0 @@ "ultra": { |
# :runner: :mountain: Ultra Runner | ||
[![Build Status](https://travis-ci.org/folke/ultra-runner.svg?branch=master)](https://travis-ci.org/folke/ultra-runner) [![Coverage Status](https://coveralls.io/repos/github/folke/ultra-runner/badge.svg?branch=master)](https://coveralls.io/github/folke/ultra-runner?branch=master) ![npm](https://img.shields.io/npm/v/ultra-runner) ![GitHub](https://img.shields.io/github/license/folke/ultra-runner) ![GitHub top language](https://img.shields.io/github/languages/top/folke/ultra-runner) | ||
[![Build Status](https://travis-ci.org/folke/ultra-runner.svg?branch=master)](https://travis-ci.org/folke/ultra-runner) [![Coverage Status](https://coveralls.io/repos/github/folke/ultra-runner/badge.svg?branch=master)](https://coveralls.io/github/folke/ultra-runner?branch=master) [![npm](https://img.shields.io/npm/v/ultra-runner)](https://www.npmjs.com/package/ultra-runner) [![GitHub](https://img.shields.io/github/license/folke/ultra-runner)](https://github.com/folke/ultra-runner/blob/master/LICENSE) [![GitHub top language](https://img.shields.io/github/languages/top/folke/ultra-runner)](https://github.com/folke/ultra-runner/) | ||
@@ -5,0 +5,0 @@ **Smart** and **beautiful** script runner that hijacks any `npm run`, `yarn` and `npx` calls for **ultra** fast execution. |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
37676