angular2-bootstrap-confirm
Advanced tools
Comparing version 0.10.0 to 0.10.1
@@ -5,2 +5,12 @@ # Change Log | ||
<a name="0.10.1"></a> | ||
## [0.10.1](https://github.com/mattlewis92/angular2-bootstrap-confirm/compare/v0.10.0...v0.10.1) (2016-09-01) | ||
### Bug Fixes | ||
* **angular2:** fix peer dependency to allow for RC6 ([a85cf87](https://github.com/mattlewis92/angular2-bootstrap-confirm/commit/a85cf87)) | ||
<a name="0.10.0"></a> | ||
@@ -7,0 +17,0 @@ # [0.10.0](https://github.com/mattlewis92/angular2-bootstrap-confirm/compare/v0.9.1...v0.10.0) (2016-08-12) |
{ | ||
"name": "angular2-bootstrap-confirm", | ||
"version": "0.10.0", | ||
"version": "0.10.1", | ||
"description": "An angular2 bootstrap confirmation popover", | ||
@@ -9,3 +9,3 @@ "main": "./angular2-bootstrap-confirm.js", | ||
"prestart": "typings install", | ||
"start": "concurrently --raw \"webpack-dev-server\" \"npm run test:watch\" \"open http://localhost:8000\"", | ||
"start": "concurrently --raw \"webpack-dev-server --open\" \"npm run test:watch\"", | ||
"build:demo": "webpack -p", | ||
@@ -43,8 +43,8 @@ "build:dist": "webpack --config webpack.config.dist.js", | ||
"devDependencies": { | ||
"@angular/common": "2.0.0-rc.5", | ||
"@angular/compiler": "2.0.0-rc.5", | ||
"@angular/core": "2.0.0-rc.5", | ||
"@angular/forms": "~0.3.0", | ||
"@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/forms": "2.0.0-rc.6", | ||
"@angular/platform-browser": "2.0.0-rc.6", | ||
"@angular/platform-browser-dynamic": "2.0.0-rc.6", | ||
"@ng-bootstrap/ng-bootstrap": "~1.0.0-alpha.0", | ||
@@ -57,3 +57,3 @@ "chai": "~3.5.0", | ||
"conventional-changelog-cli": "~1.2.0", | ||
"cz-conventional-changelog": "~1.1.6", | ||
"cz-conventional-changelog": "~1.2.0", | ||
"del-cli": "~0.2.0", | ||
@@ -63,14 +63,14 @@ "es6-shim": "~0.35.0", | ||
"imports-loader": "~0.6.5", | ||
"jasmine": "~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-source-map-support": "~1.2.0", | ||
"karma-sourcemap-loader": "~0.3.7", | ||
"karma-webpack": "~1.8.0", | ||
"mocha": "~3.0.1", | ||
"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", | ||
@@ -81,3 +81,3 @@ "sinon-chai": "~2.8.0", | ||
"ts-loader": "~0.8.2", | ||
"tslint": "~3.14.0", | ||
"tslint": "~3.15.1", | ||
"tslint-loader": "~2.1.4", | ||
@@ -87,11 +87,11 @@ "typedoc": "~0.4.3", | ||
"typings": "~1.3.0", | ||
"validate-commit-msg": "~2.6.1", | ||
"validate-commit-msg": "~2.8.0", | ||
"webpack": "~1.13.0", | ||
"webpack-dev-server": "~1.14.1", | ||
"webpack-dev-server": "~1.15.0", | ||
"zone.js": "~0.6.12" | ||
}, | ||
"peerDependencies": { | ||
"@angular/core": "2.0.0-rc.5", | ||
"@angular/common": "2.0.0-rc.5", | ||
"@angular/platform-browser": "2.0.0-rc.5" | ||
"@angular/core": ">=2.0.0-rc.5 <=2.0.0-rc.6", | ||
"@angular/common": ">=2.0.0-rc.5 <=2.0.0-rc.6", | ||
"@angular/platform-browser": ">=2.0.0-rc.5 <=2.0.0-rc.6" | ||
}, | ||
@@ -98,0 +98,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
100267