Skip to content

Commit

Permalink
2.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
typicode committed Jan 28, 2021
1 parent b47a0ec commit 604c97b
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 4 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.

15 changes: 12 additions & 3 deletions package.json
@@ -1,10 +1,13 @@
{
"name": "pinst",
"version": "2.1.2",
"version": "2.1.3",
"description": "Enable or disable npm postinstall hook",
"main": "index.js",
"bin": "bin.js",
"files": ["index.js", "bin.js"],
"files": [
"index.js",
"bin.js"
],
"scripts": {
"test": "jest",
"lint": "eslint .",
Expand All @@ -17,7 +20,13 @@
"type": "git",
"url": "git+https://github.com/typicode/pinst.git"
},
"keywords": ["npm", "postinstall", "lifecycle", "dev", "devpostinstall"],
"keywords": [
"npm",
"postinstall",
"lifecycle",
"dev",
"devpostinstall"
],
"author": "typicode <typicode@gmail.com>",
"license": "MIT",
"bugs": {
Expand Down

0 comments on commit 604c97b

Please sign in to comment.