Skip to content

Commit

Permalink
0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sixwinds committed Nov 11, 2019
1 parent 38d6e33 commit ff00dc5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "just-utils",
"version": "0.2.0",
"version": "0.3.0",
"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.0.1 && git tag 0.2.0 && git push && git push --tags",
"release": "npm test && npm run build && git commit -am 0.0.1 && git tag 0.3.0 && 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 All @@ -30,7 +30,7 @@
},
"files": [
"/dist",
"types",
"/types",
"*.d.ts"
],
"engines": {
Expand Down

0 comments on commit ff00dc5

Please sign in to comment.