angular2-bootstrap-confirm
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -5,2 +5,12 @@ # Change Log | ||
<a name="1.0.2"></a> | ||
## [1.0.2](https://github.com/mattlewis92/angular2-bootstrap-confirm/compare/v1.0.1...v1.0.2) (2016-09-28) | ||
### Bug Fixes | ||
* **typings:** don't include references to core-js ([a82acb4](https://github.com/mattlewis92/angular2-bootstrap-confirm/commit/a82acb4)), closes [#20](https://github.com/mattlewis92/angular2-bootstrap-confirm/issues/20) | ||
<a name="1.0.1"></a> | ||
@@ -7,0 +17,0 @@ ## [1.0.1](https://github.com/mattlewis92/angular2-bootstrap-confirm/compare/v1.0.0...v1.0.1) (2016-09-25) |
@@ -1,2 +0,1 @@ | ||
/// <reference types="core-js" /> | ||
import { TemplateRef } from '@angular/core'; | ||
@@ -3,0 +2,0 @@ /** |
{ | ||
"name": "angular2-bootstrap-confirm", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "An angular2 bootstrap confirmation popover", | ||
@@ -12,7 +12,8 @@ "main": "./dist/umd/angular2-bootstrap-confirm.js", | ||
"build:umd": "webpack --config webpack.config.umd.ts", | ||
"build:dist": "npm run build:umd && npm run ngc", | ||
"build:ngc": "ngc -p tsconfig-ngc.json", | ||
"build:dist": "npm run build:umd && npm run build:ngc", | ||
"build:clean": "del ./dist ./position", | ||
"build:position": "webpack --config webpack.config.position.ts && cp ./node_modules/@ng-bootstrap/ng-bootstrap/util/positioning.d.ts ./position/index.d.ts", | ||
"test": "karma start", | ||
"test:watch": "karma start --watch", | ||
"build:clean": "del ./dist ./position", | ||
"commit": "git-cz", | ||
@@ -24,4 +25,3 @@ "changelog": "conventional-changelog -p angular -i CHANGELOG.md -s", | ||
"release": "git pull && standard-version && git push --follow-tags origin master && npm run build:dist && npm run build:position && npm publish", | ||
"postrelease": "npm run build:clean && npm run gh-pages", | ||
"ngc": "ngc -p tsconfig-ngc.json" | ||
"postrelease": "npm run build:clean && npm run gh-pages" | ||
}, | ||
@@ -65,3 +65,3 @@ "repository": { | ||
"commitizen": "~2.8.1", | ||
"concurrently": "~2.2.0", | ||
"concurrently": "~3.0.0", | ||
"conventional-changelog": "~1.1.0", | ||
@@ -68,0 +68,0 @@ "conventional-changelog-cli": "~1.2.0", |
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
162911
1616