Skip to content

Commit b80a531

Browse files
committed
fix: use project scope
1 parent e4bffc3 commit b80a531

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
# tinycolor3 [![npm](https://img.shields.io/npm/v/tinycolor3.svg?maxAge=3600)](https://www.npmjs.com/package/tinycolor3) [![build status](https://img.shields.io/travis/scttcper/tinycolor3.svg)](https://travis-ci.org/scttcper/tinycolor3) [![coverage status](https://codecov.io/gh/scttcper/tinycolor3/branch/master/graph/badge.svg)](https://codecov.io/gh/scttcper/tinycolor3)
1+
# tinycolor [![npm](https://img.shields.io/npm/v/%40ctrl%2Ftinycolor.svg?maxAge=3600)](https://www.npmjs.com/package/%40ctrl%2Ftinycolor) [![build status](https://img.shields.io/travis/TypeCtrl/tinycolor.svg)](https://travis-ci.org/TypeCtrl/tinycolor) [![coverage status](https://codecov.io/gh/typectrl/tinycolor/branch/master/graph/badge.svg)](https://codecov.io/gh/typectrl/tinycolor)
2+
> TinyColor is a small library for color manipulation and conversion
23
34
A fork of [tinycolor2](https://github.com/bgrins/TinyColor) by [Brian Grinstead](https://github.com/bgrins)
45

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
2-
"name": "tinycolor3",
2+
"name": "@ctrl/tinycolor",
33
"version": "0.0.0",
44
"description": "Fast, small color manipulation and conversion for JavaScript",
55
"author": "Scott Cooper <scttcper@gmail.com>",
66
"license": "MIT",
77
"repository": {
88
"type": "git",
9-
"url": "https://github.com/scttcper/tinycolor3.git"
9+
"url": "https://github.com/typectrl/tinycolor.git"
1010
},
1111
"keywords": [
1212
"typescript",

0 commit comments

Comments
 (0)