Comparing version 0.0.7 to 0.0.8
@@ -0,1 +1,5 @@ | ||
## 0.0.8 | ||
* Added npm badge to [README.md](README.md). | ||
## 0.0.7 | ||
@@ -2,0 +6,0 @@ |
{ | ||
"name": "freezly", | ||
"version": "0.0.7", | ||
"version": "0.0.8", | ||
"description": "Small utility for deeply freezing objects in JavaScript.", | ||
@@ -30,4 +30,4 @@ "main": "lib/index.js", | ||
"jest-cli": "21.2.1", | ||
"lintly": "0.0.4", | ||
"nodely": "0.0.11" | ||
"lintly": "0.0.6", | ||
"nodely": "0.0.13" | ||
}, | ||
@@ -34,0 +34,0 @@ "jest": { |
@@ -1,2 +0,2 @@ | ||
# freezly | ||
# freezly [![NPM][npm-img]][npm-url] | ||
@@ -36,1 +36,5 @@ Small utility for deeply freezing objects in JavaScript. | ||
> Note: Once you freeze an object any attempts to mutate any part of the object will result in an error being thrown. | ||
[npm-img]: https://img.shields.io/npm/v/freezly.svg "NPM Version" | ||
[npm-url]: https://www.npmjs.com/package/freezly | ||
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
4465
40