@flywire/react-hooks
Advanced tools
Comparing version 0.0.8-2 to 0.0.8-3
@@ -11,2 +11,12 @@ # Changelog | ||
## [0.0.6] - 2020-06-23 | ||
### Added | ||
- Build scripts | ||
### Changed | ||
- Generate cjs and esm bundles in dist folder | ||
## [0.0.5] - 2020-06-12 | ||
@@ -13,0 +23,0 @@ |
{ | ||
"name": "@flywire/react-hooks", | ||
"version": "0.0.8-2", | ||
"version": "0.0.8-3", | ||
"description": "A collection of Reacts hooks used in Flywire", | ||
@@ -13,5 +13,7 @@ "main": "dist/index.js", | ||
"check:format": "npm run prettier -- --list-different", | ||
"clean": "rm -rf dist", | ||
"format": "npm run prettier -- --write", | ||
"lint": "eslint --ext .js ./src", | ||
"prettier": "prettier \"**/*.js\"", | ||
"prebuild": "npm run validate && npm run test:once && npm run clean", | ||
"prettier": "prettier \"src/**/*.js\"", | ||
"test": "jest --watchAll", | ||
@@ -54,3 +56,3 @@ "test:debug": "node --inspect-brk ./node_modules/jest/bin/jest.js --runInBand --watchAll", | ||
}, | ||
"dependencies": { | ||
"peerDependencies": { | ||
"react": "^16.13.1", | ||
@@ -57,0 +59,0 @@ "react-dom": "^16.13.1" |
@@ -13,2 +13,11 @@ # react-hooks | ||
## Development | ||
Install dependencies and peer dependencies: | ||
```javascript | ||
npm install | ||
npm install react react-dom --no-save | ||
``` | ||
## Hooks | ||
@@ -15,0 +24,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
17730
47
- Removedreact@^16.13.1
- Removedreact-dom@^16.13.1