Skip to content

Commit

Permalink
chore(release): v0.5.2 - remove pinst
Browse files Browse the repository at this point in the history
  • Loading branch information
helderberto committed Feb 11, 2021
1 parent d76ab8e commit 4bfc6ef
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.5.1",
"version": "0.5.2",
"description": "⚔️ Lightweight functional JavaScript utilities",
"main": "dist/mxs.js",
"module": "src/index.js",
Expand All @@ -18,10 +18,7 @@
"generate-fn-md": "jsdoc2md"
},
"lint-staged": {
"src/**/*": [
"yarn format",
"yarn lint:fix"
]
"src/**/*": ["yarn format", "yarn lint:fix"]
},
"repository": "[email protected]:helderburato/maximus.git",
"author": "Helder Burato Berto <[email protected]> (https://helderburato.com)",
Expand All @@ -34,11 +31,7 @@
"lightweight",
"fp"
],
"files": [
"dist/",
"LICENSE",
"README.md"
],
"files": ["dist/", "LICENSE", "README.md"],
"devDependencies": {
"@babel/core": "^7.12.13",
"@babel/preset-env": "^7.12.13",
Expand Down

0 comments on commit 4bfc6ef

Please sign in to comment.