Skip to content

Commit 15a072c

Browse files
committed
v0.5.1
1 parent 1ae13ad commit 15a072c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "culori",
3-
"version": "0.5.0",
3+
"version": "0.5.1",
44
"main": "build/culori.umd.js",
55
"browser": "build/culori.umd.js",
66
"module": "build/culori.js",
@@ -29,7 +29,6 @@
2929
"test": "tape test/*.js | tap-spec",
3030
"benchmark": "node benchmark/index.js",
3131
"prepublishOnly": "yarn test",
32-
"postpublish": "git push && git push --tags",
3332
"coverage:report": "nyc report --reporter=lcov",
3433
"coverage:test": "nyc --produce-source-map tape test/*.js | tap-spec",
3534
"docs:start": "hugo serve --source docs",

0 commit comments

Comments
 (0)