Comparing version 0.0.9 to 0.0.10
## 0.0.10 | ||
* Upgraded to latest version of lintly and added ESLint config file. | ||
* Generate flow types in output directory. | ||
@@ -4,0 +5,0 @@ |
{ | ||
"name": "freezly", | ||
"version": "0.0.9", | ||
"version": "0.0.10", | ||
"description": "Small utility for deeply freezing objects in JavaScript.", | ||
@@ -37,6 +37,6 @@ "main": "lib/index.js", | ||
"codecov": "3.0.0", | ||
"flow-bin": "0.59.0", | ||
"jest-cli": "21.2.1", | ||
"lintly": "0.0.8", | ||
"nodely": "0.0.20" | ||
"flow-bin": "0.62.0", | ||
"jest-cli": "22.0.4", | ||
"lintly": "0.0.15", | ||
"nodely": "0.0.21" | ||
}, | ||
@@ -43,0 +43,0 @@ "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
5094