Skip to content

Commit 63143a6

Browse files
committed
Update dist for release
1 parent 33b3159 commit 63143a6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bigab/async-transform",
3-
"version": "1.0.5",
3+
"version": "1.0.6",
44
"description": "A function for easy asynchronous transformation flow",
55
"homepage": "",
66
"license": "MIT",
@@ -23,9 +23,9 @@
2323
"testee": "testee src/test --browsers firefox",
2424
"test": "npm run eslint && npm run testee",
2525
"eslint": "eslint src/*.js",
26-
"release:patch": "npm version patch && npm build && npm publish",
27-
"release:minor": "npm version minor && npm build && npm publish",
28-
"release:major": "npm version major && npm build && npm publish",
26+
"release:patch": "npm version patch && npm run build && npm publish",
27+
"release:minor": "npm version minor && npm run build && npm publish",
28+
"release:major": "npm version major && npm run build && npm publish",
2929
"build": "node build.js",
3030
"document": "documentjs",
3131
"develop": "done-serve --static --develop --port 8080"

0 commit comments

Comments
 (0)