Skip to content

Commit

Permalink
0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
sixwinds committed Nov 12, 2019
1 parent fbbefef commit d6b89bc
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,6 +1,6 @@
{
"name": "just-utils",
"version": "0.3.2",
"version": "0.3.3",
"description": "Some commonly used utils in daily business code development",
"main": "dist/index.js",
"jsnext:main": "dist/index.esm.js",
Expand All @@ -9,7 +9,7 @@
"scripts": {
"clean": "rimraf ./dist",
"test": "npm run lint && cross-env NODE_ENV=test nyc mocha --recursive",
"release": "npm test && npm run build && git commit -am 0.3.2 && git tag 0.3.2 && git push && git push --tags",
"release": "npm test && npm run build && git commit -am 0.3.3 && git tag 0.3.3 && git push && git push --tags",
"lint": "eslint -c .eslintrc.js \"src/**/*.js\"",
"lint:fix": "eslint --fix -c .eslintrc.js 'src/**/*.js' --fix",
"build:self": "rollup -c config/rollup.config.js",
Expand Down

0 comments on commit d6b89bc

Please sign in to comment.