@palett/dye
Advanced tools
Comparing version 0.1.6 to 0.1.7
{ | ||
"name": "@palett/dye", | ||
"version": "0.1.6", | ||
"version": "0.1.7", | ||
"description": "A colorant to string", | ||
@@ -19,4 +19,4 @@ "main": "dist/index.cjs.js", | ||
"dependencies": { | ||
"@palett/convert": "^0.1.6", | ||
"@palett/util-ansi": "^0.1.6" | ||
"@palett/convert": "^0.1.7", | ||
"@palett/util-ansi": "^0.1.7" | ||
}, | ||
@@ -41,3 +41,3 @@ "repository": { | ||
"homepage": "https://github.com/hoyeungw/palett/dye#readme", | ||
"gitHead": "802b699bf231d196147a94a3d03ff5c220ac4aa7" | ||
"gitHead": "08919265b1eb16e7de3219b0d1c45c680f91ca5d" | ||
} |
@@ -1,2 +0,2 @@ | ||
## @palett/primeDye | ||
## @palett/dye | ||
A colorant to string | ||
@@ -13,15 +13,15 @@ | ||
[//]: <> (Shields) | ||
[npm-image]: https://img.shields.io/npm/v/@palett/primeDye.svg?style=flat-square | ||
[quality-image]: http://npm.packagequality.com/shield/@palett/primeDye.svg?style=flat-square | ||
[download-image]: https://img.shields.io/npm/dm/@palett/primeDye.svg?style=flat-square | ||
[total-download-image]:https://img.shields.io/npm/dt/@palett/primeDye.svg?style=flat-square | ||
[license-image]: https://img.shields.io/npm/l/@palett/primeDye.svg?style=flat-square | ||
[commit-image]: https://img.shields.io/github/commit-activity/y/hoyeungw/@palett/primeDye?style=flat-square | ||
[size]: https://packagephobia.now.sh/badge?p=@palett/primeDye | ||
[npm-image]: https://img.shields.io/npm/v/@palett/dye.svg?style=flat-square | ||
[quality-image]: http://npm.packagequality.com/shield/@palett/dye.svg?style=flat-square | ||
[download-image]: https://img.shields.io/npm/dm/@palett/dye.svg?style=flat-square | ||
[total-download-image]:https://img.shields.io/npm/dt/@palett/dye.svg?style=flat-square | ||
[license-image]: https://img.shields.io/npm/l/@palett/dye.svg?style=flat-square | ||
[commit-image]: https://img.shields.io/github/commit-activity/y/hoyeungw/@palett/dye?style=flat-square | ||
[size]: https://packagephobia.now.sh/badge?p=@palett/dye | ||
[//]: <> (Link) | ||
[npm-url]: https://npmjs.org/package/@palett/primeDye | ||
[quality-url]: http://packagequality.com/#?package=@palett/primeDye | ||
[github-url]: https://github.com/hoyeungw/@palett/primeDye | ||
[size-url]: https://packagephobia.now.sh/result?p=@palett/primeDye | ||
[npm-url]: https://npmjs.org/package/@palett/dye | ||
[quality-url]: http://packagequality.com/#?package=@palett/dye | ||
[github-url]: https://github.com/hoyeungw/@palett/dye | ||
[size-url]: https://packagephobia.now.sh/result?p=@palett/dye | ||
@@ -34,3 +34,3 @@ ## Features | ||
```console | ||
$ npm install @palett/primeDye | ||
$ npm install @palett/dye | ||
``` | ||
@@ -40,3 +40,3 @@ | ||
```js | ||
import { Temp } from '@palett/primeDye' | ||
import { Temp } from '@palett/dye' | ||
``` | ||
@@ -43,0 +43,0 @@ |
5766
Updated@palett/convert@^0.1.7
Updated@palett/util-ansi@^0.1.7