Skip to content

Commit

Permalink
v1.0.0-rc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ricokahler committed May 11, 2020
1 parent 670a9e9 commit c46064a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "color2k",
"version": "0.0.0",
"version": "1.0.0-rc.1",
"description": "a color parsing and manipulation lib served in 2kB or less",
"main": "index.js",
"scripts": {
"test": "jest",
"build": "node ./scripts/build.js",
"check-dependencies": "node ./scripts/check-dependencies.js",
"resolve-dependencies": "node ./scripts/resolve-dependencies.js",
"publish": "npm run build && node ./scripts/publish",
"publish": "node ./scripts/publish",
"lint": "eslint packages --ext .ts,.tsx,.js,.jsx",
"website": "node ./scripts/website.js"
},
Expand Down

0 comments on commit c46064a

Please sign in to comment.