Skip to content

Commit

Permalink
fix(build): add prepare to package.json; remove private from package.…
Browse files Browse the repository at this point in the history
…json
  • Loading branch information
ricokahler committed Jan 30, 2021
1 parent 0f35292 commit bd4b9db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
@@ -1,7 +1,6 @@
{
"name": "color2k",
"version": "1.1.1",
"private": true,
"description": "a color parsing and manipulation lib served in roughly 2kB",
"repository": {
"type": "git",
Expand All @@ -17,7 +16,8 @@
"test": "jest",
"website": "node ./scripts/website.js",
"build": "microbundle",
"dev": "microbundle watch"
"dev": "microbundle watch",
"prepare": "npm run build"
},
"devDependencies": {
"@babel/core": "7.12.10",
Expand Down

0 comments on commit bd4b9db

Please sign in to comment.