File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 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" ,
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"
You can’t perform that action at this time.
0 commit comments