We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ae13ad commit 15a072cCopy full SHA for 15a072c
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "culori",
3
- "version": "0.5.0",
+ "version": "0.5.1",
4
"main": "build/culori.umd.js",
5
"browser": "build/culori.umd.js",
6
"module": "build/culori.js",
@@ -29,7 +29,6 @@
29
"test": "tape test/*.js | tap-spec",
30
"benchmark": "node benchmark/index.js",
31
"prepublishOnly": "yarn test",
32
- "postpublish": "git push && git push --tags",
33
"coverage:report": "nyc report --reporter=lcov",
34
"coverage:test": "nyc --produce-source-map tape test/*.js | tap-spec",
35
"docs:start": "hugo serve --source docs",
0 commit comments