Skip to content

Commit

Permalink
chore: update version to 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
helderberto committed Jan 27, 2021
1 parent 815d58a commit 2ad3148
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mxs",
"version": "0.4.0",
"version": "0.5.0",
"description": "⚔️ Lightweight functional JavaScript utilities",
"main": "dist/mxs.js",
"module": "src/index.js",
Expand All @@ -22,10 +22,7 @@
}
},
"lint-staged": {
"src/**/*": [
"yarn lint --fix",
"yarn test --findRelatedTests --bail"
]
"src/**/*": ["yarn lint --fix", "yarn test --findRelatedTests --bail"]
},
"repository": "[email protected]:helderburato/maximus.git",
"author": "Helder Burato Berto <[email protected]> (https://helderburato.com)",
Expand All @@ -38,11 +35,7 @@
"lightweight",
"fp"
],
"files": [
"dist/",
"LICENSE",
"README.md"
],
"files": ["dist/", "LICENSE", "README.md"],
"devDependencies": {
"@babel/core": "^7.12.10",
"@babel/preset-env": "^7.12.11",
Expand Down

0 comments on commit 2ad3148

Please sign in to comment.