Comparing version 0.2.0-beta.39 to 0.2.0-beta.40
{ | ||
"name": "formulr", | ||
"version": "0.2.0-beta.39", | ||
"version": "0.2.0-beta.40", | ||
"description": "Form toolkit for React", | ||
@@ -12,3 +12,3 @@ "main": "./lib/index.js", | ||
"prepublishOnly": "npm run build", | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
"doc": "typedoc --out ../zent-contrib.github.io/formulr --mode file" | ||
}, | ||
@@ -47,2 +47,3 @@ "repository": { | ||
"@babel/preset-react": "^7.0.0", | ||
"@types/scheduler": "^0.16.0", | ||
"awesome-typescript-loader": "^5.2.1", | ||
@@ -53,3 +54,4 @@ "babel-loader": "^8.0.6", | ||
"rimraf": "^3.0.0", | ||
"scheduler": "~0.15.0", | ||
"scheduler": "~0.16.0", | ||
"typedoc": "git+https://github.com/TypeStrong/typedoc.git#695d996", | ||
"typescript": "~3.6.0", | ||
@@ -62,4 +64,4 @@ "webpack": "^4.35.2", | ||
"peerDependencies": { | ||
"scheduler": "~0.14.0 || ~0.15.0" | ||
"scheduler": "~0.14.0 || ~0.15.0 || ~0.16.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
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
190531
1
15