Comparing version 0.0.10 to 0.0.11
@@ -0,1 +1,5 @@ | ||
## 0.0.11 | ||
* Upgrade to latest version of dependencies and use Babel 7 beta. | ||
## 0.0.10 | ||
@@ -2,0 +6,0 @@ |
@@ -1,2 +0,2 @@ | ||
'use strict'; | ||
"use strict"; | ||
@@ -8,3 +8,2 @@ Object.defineProperty(exports, "__esModule", { | ||
/* eslint-disable flowtype/require-parameter-type */ | ||
@@ -11,0 +10,0 @@ |
{ | ||
"name": "freezly", | ||
"version": "0.0.10", | ||
"version": "0.0.11", | ||
"description": "Small utility for deeply freezing objects in JavaScript.", | ||
@@ -36,7 +36,13 @@ "main": "lib/index.js", | ||
"devDependencies": { | ||
"@babel/core": "7.0.0-beta.36", | ||
"@babel/preset-env": "7.0.0-beta.36", | ||
"@babel/preset-flow": "7.0.0-beta.36", | ||
"@babel/preset-react": "7.0.0-beta.36", | ||
"babel-core": "^7.0.0-0", | ||
"babel-jest": "22.0.4", | ||
"codecov": "3.0.0", | ||
"flow-bin": "0.62.0", | ||
"flow-bin": "0.63.1", | ||
"jest-cli": "22.0.4", | ||
"lintly": "0.0.15", | ||
"nodely": "0.0.21" | ||
"lintly": "0.0.18", | ||
"nodely": "0.0.22" | ||
}, | ||
@@ -43,0 +49,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
5396
11