Comparing version 1.0.0-SNAPSHOT to 1.0.1-SNAPSHOT
{ | ||
"name": "njsx-react", | ||
"version": "1.0.0-SNAPSHOT", | ||
"version": "1.0.1-SNAPSHOT", | ||
"description": "Basic configuration and default components to work with No-JSX in React projects", | ||
@@ -14,3 +14,5 @@ "repository": "https://github.com/uqbar-project/njsx-react", | ||
"scripts": { | ||
"build": "rm -rf dist && tsc" | ||
"build": "rm -rf dist && tsc", | ||
"test": "", | ||
"prepack": "yarn build" | ||
}, | ||
@@ -21,6 +23,7 @@ "dependencies": { | ||
"peerDependencies": { | ||
"react": "^16.3.2" | ||
"react": ">=15.0.0" | ||
}, | ||
"devDependencies": { | ||
"@types/react": "^16.3.13", | ||
"@types/react": "^16.3.14", | ||
"react": "15.0.0", | ||
"tslint": "^5.10.0", | ||
@@ -27,0 +30,0 @@ "typescript": "^2.8.3" |
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
No tests
QualityPackage does not have any tests. This is a strong signal of a poorly maintained or low quality package.
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
27362
4
3