props-model
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "props-model", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "A model for properties including change events and derived properties", | ||
@@ -29,3 +29,3 @@ "main": "dist/index.js", | ||
"engines": { | ||
"node": ">=8 <=11" | ||
"node": ">=8 <=14" | ||
}, | ||
@@ -39,5 +39,3 @@ "scripts": { | ||
"check:lint:js:test": "standard test/**/*.js | snazzy", | ||
"check:lint:js:npmpackagejsonlint-config": "standard ./npmpackagejsonlint.config.js | snazzy", | ||
"check:lint:js": "npm-run-all --parallel check:lint:js:*", | ||
"check:lint:package-json": "npmPkgJsonLint .", | ||
"check:lint": "npm-run-all --parallel check:lint:*", | ||
@@ -66,3 +64,3 @@ "check": "npm-run-all --parallel check:*", | ||
"devDependencies": { | ||
"@babel/cli": "7.8.4", | ||
"@babel/cli": "7.13.14", | ||
"@babel/core": "7.2.0", | ||
@@ -78,3 +76,3 @@ "@babel/polyfill": "7.0.0", | ||
"mocha": "7.1.2", | ||
"npm-package-json-lint": "3.5.0", | ||
"npm-package-json-lint": "5.1.0", | ||
"npm-run-all": "4.1.5", | ||
@@ -81,0 +79,0 @@ "nyc": "15.0.1", |
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
45630