Skip to content

Commit

Permalink
fix: fix package.json (2)
Browse files Browse the repository at this point in the history
  • Loading branch information
pooya parsa committed Mar 16, 2019
1 parent eb59b35 commit 7ff4ce9
Showing 1 changed file with 6 additions and 13 deletions.
19 changes: 6 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,28 +2,21 @@
"name": "hable",
"version": "1.0.0",
"description": "Awaitable hooks for Node.js",
"cintributors": [
"license": "MIT",
"contributors": [
"Sebastien Chopin (@Atinux)",
"Clark Du (@clarkdo)",
"Pooya Parsa <pooya@pi0.ir>"
"Pooya Parsa (@pi0)"
],
"license": "MIT",
"homepage": "https://github.com/jsless/hable#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/jsless/hable.git"
},
"bugs": {
"url": "https://github.com/jsless/hable/issues"
},
"repository": "jsless/hable",
"keywords": [
"tapable",
"tappable",
"hook",
"plugin",
"hookable"
],
"main": "lib/hable.js",
"main": "lib/hookable.js",
"files": [
"lib"
],
Expand All @@ -47,6 +40,6 @@
"eslint-plugin-promise": "^4.0.1",
"eslint-plugin-standard": "^4.0.0",
"jest": "^24.1.0",
"standard-version": "^4.3.0"
"standard-version": "^5.0.1"
}
}

0 comments on commit 7ff4ce9

Please sign in to comment.