Comparing version 2.4.7 to 2.4.8
{ | ||
"name": "dot-store", | ||
"version": "2.4.7", | ||
"version": "2.4.8", | ||
"description": "Like Redux, but easy", | ||
@@ -29,7 +29,9 @@ "keywords": [ | ||
"lint": "eslint --ignore-path .gitignore --ext=js .", | ||
"test": "jest" | ||
"test": "jest", | ||
"watch": "rimraf dist; babel lib --watch --out-dir dist --source-maps" | ||
}, | ||
"dependencies": { | ||
"@babel/runtime": "7.0.0-beta.42", | ||
"@invrs/dot-prop-immutable": "^2.4.4" | ||
"@invrs/dot-prop-immutable": "^2.4.8", | ||
"rimraf": "2" | ||
}, | ||
@@ -65,4 +67,4 @@ "devDependencies": { | ||
"plugins": [ | ||
"@babel/plugin-transform-runtime", | ||
"@babel/plugin-proposal-object-rest-spread" | ||
"@babel/plugin-proposal-object-rest-spread", | ||
"@babel/plugin-transform-runtime" | ||
] | ||
@@ -75,9 +77,16 @@ }, | ||
"setupFiles": [ | ||
"./test/setup.js" | ||
"<rootDir>/test/setup.js" | ||
], | ||
"testMatch": [ | ||
"**/*Test.js" | ||
"<rootDir>/test/**/*Test.js" | ||
], | ||
"verbose": true | ||
} | ||
}, | ||
"starters": [ | ||
"basics", | ||
"babel", | ||
"babel-scripts", | ||
"babel-web", | ||
"jest" | ||
] | ||
} |
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 README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
54170
10
1
4
3
+ Addedrimraf@2