Comparing version 0.0.8 to 0.0.9
@@ -0,1 +1,9 @@ | ||
## 0.0.10 | ||
* Generate flow types in output directory. | ||
## 0.0.9 | ||
* Added coverage badge to [README.md](README.md). | ||
## 0.0.8 | ||
@@ -2,0 +10,0 @@ |
@@ -7,6 +7,4 @@ 'use strict'; | ||
exports.default = deepFreeze; | ||
/** | ||
* @noflow | ||
*/ | ||
/* eslint-disable flowtype/require-parameter-type */ | ||
@@ -13,0 +11,0 @@ |
{ | ||
"name": "freezly", | ||
"version": "0.0.8", | ||
"version": "0.0.9", | ||
"description": "Small utility for deeply freezing objects in JavaScript.", | ||
"main": "lib/index.js", | ||
"files": ["lib"], | ||
"files": [ | ||
"lib" | ||
], | ||
"scripts": { | ||
"build": "nodely -s ./src -o ./lib", | ||
"build": "nodely -s ./src -o ./lib # && npm run gen-types", | ||
"gen-types": "flow gen-flow-files src --out-dir lib", | ||
"postpublish": "codecov", | ||
"prepublishOnly": "npm run build", | ||
"test": "lintly src && flow && jest" | ||
@@ -16,6 +21,9 @@ }, | ||
"keywords": [ | ||
"object", | ||
"data", | ||
"freeze", | ||
"functional", | ||
"immutable", | ||
"immutability" | ||
"immutability", | ||
"object", | ||
"stateless" | ||
], | ||
@@ -29,6 +37,7 @@ "author": "Matthew Dahl <https://github.com/dogma-io>", | ||
"devDependencies": { | ||
"codecov": "3.0.0", | ||
"flow-bin": "0.59.0", | ||
"jest-cli": "21.2.1", | ||
"lintly": "0.0.6", | ||
"nodely": "0.0.13" | ||
"lintly": "0.0.8", | ||
"nodely": "0.0.20" | ||
}, | ||
@@ -35,0 +44,0 @@ "jest": { |
@@ -1,2 +0,2 @@ | ||
# freezly [![NPM][npm-img]][npm-url] | ||
# freezly [![NPM][npm-img]][npm-url] [![Coverage][cov-img]][cov-url] | ||
@@ -37,4 +37,7 @@ Small utility for deeply freezing objects in JavaScript. | ||
[cov-img]: https://img.shields.io/codecov/c/github/dogma-io/freezly.svg "Code Coverage" | ||
[cov-url]: https://codecov.io/gh/dogma-io/freezly | ||
[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
5021
6
43
5
25