From 6f5c2c8d7d8a4adc6791518cbd50311aed88d35b Mon Sep 17 00:00:00 2001 From: Lokesh Dhakar Date: Sun, 14 Jul 2019 09:46:15 -0700 Subject: [PATCH] chore: Rename project in package.json to `colorthief` from `color-thief`. Former is taken by null2. --- CONTRIBUTING.md | 3 ++- package.json | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index b6c5d11..b5ad499 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -16,5 +16,6 @@ Run Cypress integration tests in Chrome browser. - Pull down `master` - Update version number in `src/color-thief.js` and `package.json` - 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``` +- `npm publish` diff --git a/package.json b/package.json index f9aca57..2eb31f2 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "color-thief", + "name": "colorthief", "version": "2.1.0", "author": { "name": "Lokesh Dhakar",