Skip to content

Commit

Permalink
Merge pull request #2336 from joshstevens19/fix/postinstall-script
Browse files Browse the repository at this point in the history
add postinstall script in `files` in package.json
  • Loading branch information
nivida committed Feb 6, 2019
2 parents 8b69db8 + eaa40da commit b80b6d2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/web3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@
"API"
],
"author": "ethereum.org",
"authors": [
{
"authors": [{
"name": "Samuel Furter",
"email": "samuel@ethereum.org",
"homepage": "https://github.com/nivida"
Expand Down Expand Up @@ -75,6 +74,7 @@
},
"files": [
"dist",
"types/index.d.ts"
"types/index.d.ts",
"angular-patch.js"
]
}

0 comments on commit b80b6d2

Please sign in to comment.