Comparing version 0.2.0 to 0.3.0
{ | ||
"name": "fishbird", | ||
"version": "0.2.0", | ||
"version": "0.3.0", | ||
"description": "Fishbird is a simple, lightweight, and fast Promise utility library", | ||
@@ -50,2 +50,3 @@ "author": "Igor Suvorov <hi@isuvorov.com>", | ||
"test:jest": "jest --coverage", | ||
"test:benchmark": "echo ok", | ||
"test:imports": "cd test/imports/esm && npm run test && cd ../../.. && cd test/imports/cjs && npm run test", | ||
@@ -56,3 +57,4 @@ "clean": "rm -rf ./lib/* && rm -rf ./coverage", | ||
"prepublishOnly": "npm run clean && npm run build && npm test && npm version minor", | ||
"publish": "clean-publish" | ||
"!publish": "clean-publish --without-", | ||
"release": "clean-publish" | ||
}, | ||
@@ -59,0 +61,0 @@ "devDependencies": { |
# Fishbird | ||
![Github Actions CI status](https://github.com/isuvorov/fishbird/actions/workflows/ci.yml/badge.svg) | ||
[![NPM version](https://img.shields.io/npm/v/fishbird.svg)](https://www.npmjs.com/package/fishbird) | ||
[![NPM version](https://badgen.net/npm/v/fishbird)](https://www.npmjs.com/package/fishbird) | ||
[![Have TypeScript types](https://badgen.net/npm/types/fishbird)](https://www.npmjs.com/package/fishbird) | ||
[![Have tree shaking](https://badgen.net/bundlephobia/tree-shaking/fishbird)](https://bundlephobia.com/result?p=fishbird) | ||
[![Github Actions CI status](https://github.com/isuvorov/fishbird/actions/workflows/ci.yml/badge.svg)](Link) | ||
[![Coverage Status](https://coveralls.io/repos/isuvorov/fishbird/badge.svg?branch=master)](https://coveralls.io/r/isuvorov/fishbird?branch=master) | ||
[![NPM Package size](https://badgen.net/bundlephobia/minzip/fishbird)](https://bundlephobia.com/result?p=fishbird) | ||
[![License](https://badgen.net//github/license/fishbird)](https://github.com/fishbird/blob/master/LICENSE) | ||
[![Ask me in Telegram](https://img.shields.io/badge/Ask%20me%20in-Telegram-brightblue.svg)](https://t.me/isuvorov) | ||
<img src="https://isuvorov.github.io/fishbird/fishbird.png" align="right" | ||
@@ -9,0 +13,0 @@ alt="Fishbird placeholder image by shutterstock" width="120" height="120"> |
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
60806
59