angular2-resizable
Advanced tools
Comparing version 0.4.0 to 0.4.1
@@ -5,2 +5,12 @@ # Change Log | ||
<a name="0.4.1"></a> | ||
## [0.4.1](https://github.com/mattlewis92/angular2-resizable/compare/v0.4.0...v0.4.1) (2016-09-28) | ||
### Bug Fixes | ||
* **typings:** dont include reference to core-js ([68dc84f](https://github.com/mattlewis92/angular2-resizable/commit/68dc84f)) | ||
<a name="0.4.0"></a> | ||
@@ -7,0 +17,0 @@ # [0.4.0](https://github.com/mattlewis92/angular2-resizable/compare/v0.3.3...v0.4.0) (2016-09-25) |
@@ -1,3 +0,1 @@ | ||
/// <reference types="core-js" /> | ||
/// <reference types="chai" /> | ||
import { Renderer, ElementRef, OnInit, AfterViewInit, EventEmitter } from '@angular/core'; | ||
@@ -4,0 +2,0 @@ import { Subject } from 'rxjs/Subject'; |
{ | ||
"name": "angular2-resizable", | ||
"version": "0.4.0", | ||
"version": "0.4.1", | ||
"description": "An angular2 directive that allows an element to be dragged and resized", | ||
@@ -23,3 +23,3 @@ "main": "./dist/umd/angular2-resizable.js", | ||
"release": "standard-version --first-release && git push --follow-tags origin master && npm run build:dist && npm publish", | ||
"postrelease": "npm run clean && npm run gh-pages" | ||
"postrelease": "npm run build:clean && npm run gh-pages" | ||
}, | ||
@@ -26,0 +26,0 @@ "repository": { |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
135211
0
1193