chore: Rename project in package.json to colorthief from color-thief. Former is taken by null2.

This commit is contained in:
Lokesh Dhakar
2019-07-14 09:46:15 -07:00
parent 9a1f39b216
commit 6f5c2c8d7d
2 changed files with 3 additions and 2 deletions

View File

@@ -16,5 +16,6 @@ Run Cypress integration tests in Chrome browser.
- Pull down `master` - Pull down `master`
- Update version number in `src/color-thief.js` and `package.json` - Update version number in `src/color-thief.js` and `package.json`
- Run `npm run build` - Run `npm run build`
- Push to Github repo - Commit and push built files back up to `master`
- Create a new Github release along with tag. Naming convention for both ```v2.8.1``` - Create a new Github release along with tag. Naming convention for both ```v2.8.1```
- `npm publish`

View File

@@ -1,5 +1,5 @@
{ {
"name": "color-thief", "name": "colorthief",
"version": "2.1.0", "version": "2.1.0",
"author": { "author": {
"name": "Lokesh Dhakar", "name": "Lokesh Dhakar",