Comparing version 0.3.1 to 0.3.2
## [Unreleased] | ||
## 0.3.2 - 2015-01-12 | ||
### Added | ||
- Apply appropriate transform (`loose-envify`) when bundling with `browserify` | ||
## 0.3.1 - 2015-10-01 | ||
### Fixed | ||
@@ -4,0 +11,0 @@ - Ensure the build completes correctly before packaging |
@@ -20,3 +20,3 @@ /** | ||
* It's likely there will be some differences. Some we can smooth over. | ||
* Others should are going to be harder. | ||
* Others are going to be harder. | ||
*/ | ||
@@ -23,0 +23,0 @@ |
@@ -20,3 +20,3 @@ /** | ||
* It's likely there will be some differences. Some we can smooth over. | ||
* Others should are going to be harder. | ||
* Others are going to be harder. | ||
*/ | ||
@@ -23,0 +23,0 @@ |
{ | ||
"name": "fbjs", | ||
"version": "0.3.1", | ||
"version": "0.3.2", | ||
"description": "", | ||
@@ -63,2 +63,3 @@ "main": "index.js", | ||
"core-js": "^1.0.0", | ||
"loose-envify": "^1.0.0", | ||
"promise": "^7.0.3", | ||
@@ -71,3 +72,8 @@ "ua-parser-js": "^0.7.9", | ||
"npm": "2.x" | ||
}, | ||
"browserify": { | ||
"transform": [ | ||
"loose-envify" | ||
] | ||
} | ||
} |
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
194477
5
+ Addedloose-envify@^1.0.0
+ Addedjs-tokens@4.0.0(transitive)
+ Addedloose-envify@1.4.0(transitive)