Comparing version 1.4.2 to 1.5.0
@@ -0,1 +1,5 @@ | ||
## 1.5.0 (2018-7-23) | ||
* Add TypeScript definitions [#23, @grrowl] | ||
## 1.4.2 (2018-3-29) | ||
@@ -2,0 +6,0 @@ |
{ | ||
"name": "timm", | ||
"version": "1.4.2", | ||
"version": "1.5.0", | ||
"description": "Immutability helpers with fast reads and acceptable writes", | ||
"main": "lib/timm.js", | ||
"types": "lib/timm.d.ts", | ||
"dependencies": {}, | ||
@@ -51,3 +52,3 @@ "devDependencies": { | ||
"testCovReport": "cp .nyc_tmp/* .nyc_output/ && nyc report --reporter=html --reporter=lcov", | ||
"compile": "rm -rf ./lib && mkdir lib && babel -o lib/timm.js src/timm.js && cp src/api.js.flow lib/timm.js.flow", | ||
"compile": "rm -rf ./lib && mkdir lib && babel -o lib/timm.js src/timm.js && cp src/api.js.flow lib/timm.js.flow && cp src/timm.d.ts lib/timm.d.ts", | ||
"docs": "extract-docs --template docs/README_TEMPLATE.md --output README.md", | ||
@@ -54,0 +55,0 @@ "uglify": "cross-env NODE_ENV=production envify lib/timm.js | uglifyjs - -o lib/timm.min.js --mangle --compress --comments \"/^!/\"", |
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
231332
15
1445