bananahooks
Advanced tools
Comparing version 0.1.0 to 0.1.1
{ | ||
"name": "bananahooks", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"private": false, | ||
@@ -15,3 +15,3 @@ "author": "https://juliangaramendy.dev", | ||
], | ||
"main" : "dist/index.js", | ||
"main": "dist/index.js", | ||
"types": "dist/index.d.ts", | ||
@@ -37,4 +37,3 @@ "scripts": { | ||
], | ||
"dependencies": { | ||
}, | ||
"dependencies": {}, | ||
"peerDependencies": { | ||
@@ -41,0 +40,0 @@ "react": "^16.8.0", |
@@ -11,9 +11,8 @@ # Bananahooks | ||
For now you can install from GitHub: | ||
``` | ||
npm install https://github.com/JulianG/hooks.git | ||
npm install bananahooks | ||
``` | ||
or | ||
``` | ||
yarn add https://github.com/JulianG/hooks.git | ||
yarn add bananahooks | ||
``` | ||
@@ -23,6 +22,19 @@ | ||
* yarn install | ||
* yarn test | ||
* yarn build | ||
``` | ||
yarn install | ||
yarn test | ||
yarn build | ||
``` | ||
### Releases | ||
``` | ||
yarn build | ||
npm version [patch|minor|major] | ||
npm publish | ||
``` | ||
---- | ||
@@ -29,0 +41,0 @@ |
100
5869