Comparing version 0.0.5 to 0.0.6
@@ -0,1 +1,5 @@ | ||
## 0.0.6 | ||
* Update `package.json` to limit what files are included in npm package. | ||
## 0.0.5 | ||
@@ -2,0 +6,0 @@ |
{ | ||
"name": "freezly", | ||
"version": "0.0.5", | ||
"version": "0.0.6", | ||
"description": "Small utility for deeply freezing objects in JavaScript.", | ||
"main": "lib/index.js", | ||
"files": ["lib"], | ||
"scripts": { | ||
@@ -29,4 +30,4 @@ "build": "nodely -s ./src -o ./lib", | ||
"jest-cli": "21.2.1", | ||
"lintly": "0.0.3", | ||
"nodely": "0.0.10" | ||
"lintly": "0.0.4", | ||
"nodely": "0.0.11" | ||
}, | ||
@@ -33,0 +34,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
3164
4
28