Skip to content

Commit

Permalink
Remove docs npm (#4)
Browse files Browse the repository at this point in the history
* Ignore docs folder when packing

* 1.1.1

* example deps version bump
  • Loading branch information
mdtanrikulu authored Jan 6, 2021
1 parent 0bebf02 commit a96c99f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
yarn.lock
yarn-error.log
coverage
docs
example
node_modules
src
Expand Down
2 changes: 1 addition & 1 deletion example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-scripts": "4.0.1",
"use-metamask": "^1.1.0",
"use-metamask": "^1.1.1",
"web-vitals": "^0.2.4",
"web3": "^1.3.1"
},
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "use-metamask",
"version": "1.1.0",
"version": "1.1.1",
"description": "Connect Metamask with React Hook",
"author": {
"name": "Muhammed Tanrikulu",
Expand Down

0 comments on commit a96c99f

Please sign in to comment.