react-fetch-hook
Advanced tools
Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "react-fetch-hook", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "React fetch hook", | ||
@@ -11,3 +11,6 @@ "main": "./dist/index.js", | ||
"prettier": "prettier \"*/**/*.js\" --ignore-path ./.prettierignore --write && git add . && git status", | ||
"build": "cross-env BABEL_ENV=production babel src --out-dir dist" | ||
"build": "npm run build:clean && npm run build:lib && npm run build:flow", | ||
"build:clean": "rimraf dist", | ||
"build:lib": "cross-env BABEL_ENV=production babel src --out-dir dist --ignore '**/__tests__/**'", | ||
"build:flow": "flow-copy-source -v -i '**/__tests__/**' src dist" | ||
}, | ||
@@ -47,7 +50,10 @@ "files": [ | ||
"babel-plugin-react-flow-props-to-prop-types": "^0.15.0", | ||
"babel-plugin-transform-flow-strip-types": "^6.22.0", | ||
"cross-env": "^5.2.0", | ||
"flow-bin": "^0.89.0", | ||
"flow-copy-source": "^2.0.2", | ||
"pre-commit": "^1.2.2", | ||
"prettier": "^1.15.3" | ||
"prettier": "^1.15.3", | ||
"rimraf": "^2.6.2" | ||
} | ||
} |
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
8142
11
13