angular2-resizable
Advanced tools
Comparing version 0.3.1 to 0.3.2
@@ -5,2 +5,12 @@ # Change Log | ||
<a name="0.3.2"></a> | ||
## [0.3.2](https://github.com/mattlewis92/angular2-resizable/compare/v0.3.1...v0.3.2) (2016-09-03) | ||
### Features | ||
* **angular:** support RC6 ([d5b18cc](https://github.com/mattlewis92/angular2-resizable/commit/d5b18cc)) | ||
<a name="0.3.1"></a> | ||
@@ -7,0 +17,0 @@ ## [0.3.1](https://github.com/mattlewis92/angular2-resizable/compare/v0.3.0...v0.3.1) (2016-08-25) |
{ | ||
"name": "angular2-resizable", | ||
"version": "0.3.1", | ||
"version": "0.3.2", | ||
"description": "An angular2 directive that allows an element to be dragged and resized", | ||
@@ -39,7 +39,7 @@ "main": "./angular2-resizable.js", | ||
"devDependencies": { | ||
"@angular/common": "2.0.0-rc.5", | ||
"@angular/compiler": "2.0.0-rc.5", | ||
"@angular/core": "2.0.0-rc.5", | ||
"@angular/platform-browser": "2.0.0-rc.5", | ||
"@angular/platform-browser-dynamic": "2.0.0-rc.5", | ||
"@angular/common": "2.0.0-rc.6", | ||
"@angular/compiler": "2.0.0-rc.6", | ||
"@angular/core": "2.0.0-rc.6", | ||
"@angular/platform-browser": "2.0.0-rc.6", | ||
"@angular/platform-browser-dynamic": "2.0.0-rc.6", | ||
"chai": "~3.5.0", | ||
@@ -50,19 +50,17 @@ "commitizen": "~2.8.1", | ||
"conventional-changelog-cli": "~1.2.0", | ||
"core-js": "~2.4.1", | ||
"cz-conventional-changelog": "~1.2.0", | ||
"del-cli": "~0.2.0", | ||
"es6-shim": "~0.35.0", | ||
"ghooks": "~1.3.2", | ||
"imports-loader": "~0.6.5", | ||
"jasmine-core": "~2.5.0", | ||
"karma": "~1.2.0", | ||
"karma-coverage": "~1.1.0", | ||
"karma-mocha": "~1.1.1", | ||
"karma-jasmine": "~1.0.2", | ||
"karma-phantomjs-launcher": "~1.0.0", | ||
"karma-remap-istanbul": "~0.2.1", | ||
"karma-source-map-support": "~1.1.0", | ||
"karma-sourcemap-loader": "~0.3.7", | ||
"karma-webpack": "~1.8.0", | ||
"mocha": "~3.0.2", | ||
"phantomjs-prebuilt": "~2.1.7", | ||
"reflect-metadata": "~0.1.3", | ||
"rxjs": "5.0.0-beta.6", | ||
"rxjs": "5.0.0-beta.11", | ||
"sinon": "~1.17.4", | ||
@@ -84,3 +82,3 @@ "sinon-chai": "~2.8.0", | ||
"peerDependencies": { | ||
"@angular/core": "2.0.0-rc.5" | ||
"@angular/core": ">=2.0.0-rc.5 <=2.0.0-rc.6" | ||
}, | ||
@@ -87,0 +85,0 @@ "files": [ |
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
81484
39