angular-stormpath
Advanced tools
Comparing version 0.1.3 to 0.1.4
@@ -5,2 +5,12 @@ # Change Log | ||
<a name="0.1.4"></a> | ||
## [0.1.4](https://github.com/stormpath/stormpath-sdk-angular/compare/v0.1.3...v0.1.4) (2017-01-30) | ||
### Bug Fixes | ||
* **build:** Move ng2-webstorage and angular2-cookies to dependencies since they're required ([d05d730](https://github.com/stormpath/stormpath-sdk-angular/commit/d05d730)), closes [#62](https://github.com/stormpath/stormpath-sdk-angular/issues/62) | ||
<a name="0.1.3"></a> | ||
@@ -7,0 +17,0 @@ ## [0.1.3](https://github.com/stormpath/stormpath-sdk-angular/compare/v0.1.2...v0.1.3) (2017-01-30) |
{ | ||
"name": "angular-stormpath", | ||
"version": "0.1.3", | ||
"version": "0.1.4", | ||
"description": "Stormpath Components for Angular.", | ||
@@ -50,2 +50,6 @@ "main": "./dist/umd/stormpath-sdk-angular.js", | ||
"homepage": "https://github.com/stormpath/stormpath-sdk-angular#readme", | ||
"dependencies": { | ||
"ng2-webstorage": "1.4.3", | ||
"angular2-cookie": "^1.2.6" | ||
}, | ||
"devDependencies": { | ||
@@ -114,5 +118,3 @@ "@angular/common": "^2.4.0", | ||
"@angular/http": "^2.0.0", | ||
"rxjs": "^5.0.2", | ||
"ng2-webstorage": "1.4.3", | ||
"angular2-cookie": "^1.2.6" | ||
"rxjs": "^5.0.2" | ||
}, | ||
@@ -119,0 +121,0 @@ "files": [ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
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
5409400
129
+ Addedangular2-cookie@^1.2.6
+ Addedng2-webstorage@1.4.3