@dhis2/prop-types
Advanced tools
Comparing version 1.1.0 to 1.1.1
@@ -0,1 +1,8 @@ | ||
## [1.1.1](https://github.com/dhis2/prop-types/compare/v1.1.0...v1.1.1) (2019-09-24) | ||
### Bug Fixes | ||
* **docs:** build docs on pre-commit ([#51](https://github.com/dhis2/prop-types/issues/51)) ([a9a0491](https://github.com/dhis2/prop-types/commit/a9a0491)) | ||
# [1.1.0](https://github.com/dhis2/prop-types/compare/v1.0.4...v1.1.0) (2019-09-11) | ||
@@ -2,0 +9,0 @@ |
{ | ||
"name": "@dhis2/prop-types", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"main": "./build/cjs/index.js", | ||
@@ -22,6 +22,9 @@ "module": "./build/es/index.js", | ||
}, | ||
"dependencies": { | ||
"prop-types": "^15" | ||
}, | ||
"devDependencies": { | ||
"@babel/cli": "^7.6.0", | ||
"@babel/core": "^7.6.0", | ||
"@babel/preset-env": "^7.6.0", | ||
"@babel/cli": "^7.6.2", | ||
"@babel/core": "^7.6.2", | ||
"@babel/preset-env": "^7.6.2", | ||
"@dhis2/cli-style": "4.1.1", | ||
@@ -31,3 +34,2 @@ "jsdoc-to-markdown": "^5.0.1" | ||
"peerDependencies": { | ||
"prop-types": "^15", | ||
"react": ">=15" | ||
@@ -34,0 +36,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
23638
+ Addedprop-types@^15