angular2-promise-buttons
Advanced tools
Comparing version 1.0.2 to 1.0.3
@@ -0,1 +1,6 @@ | ||
<a name="1.0.3"></a> | ||
## [1.0.3](https://github.com/johannesjo/angular2-promise-buttons/compare/v1.0.2...v1.0.3) (2017-05-10) | ||
<a name="1.0.2"></a> | ||
@@ -2,0 +7,0 @@ ## [1.0.2](https://github.com/johannesjo/angular2-promise-buttons/compare/v1.0.1...v1.0.2) (2017-05-09) |
{ | ||
"name": "angular2-promise-buttons", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"license": "MIT", | ||
@@ -10,3 +10,3 @@ "repository": { | ||
"scripts": { | ||
"total-patch-publish": "run-s test demo.deploy build && npm version patch && npm publish", | ||
"total-patch-publish": "run-s test demo.deploy build version && npm version patch && npm publish && git push --tags && git push", | ||
"demo.serve": "ng serve", | ||
@@ -26,3 +26,5 @@ "demo.gh-pages": "gh-pages -d demo/dist", | ||
"test": "ng test -sr", | ||
"test-coverage": "ng test -sr -cc", | ||
"test-coverage": "ng test -cc -sr", | ||
"link-mod": "cd demo/src/app && -s ../../../src component-symlink && cd ....", | ||
"coveralls": "YOURPACKAGE_COVERAGE=1 cat ./coverage/lcov.info | ./node_modules/.bin/coveralls", | ||
"version": "run-s build release.changelog && git add -A", | ||
@@ -61,2 +63,3 @@ "lint": "ng lint", | ||
"conventional-github-releaser": "^1.1.3", | ||
"coveralls": "^2.13.1", | ||
"electron": "^1.6.6", | ||
@@ -70,5 +73,4 @@ "gh-pages": "^0.12.0", | ||
"karma-cli": "~1.0.1", | ||
"karma-coverage-istanbul-reporter": "^0.2.0", | ||
"karma-coverage-istanbul-reporter": "^1.2.1", | ||
"karma-jasmine": "~1.1.0", | ||
"karma-jasmine-html-reporter": "^0.2.2", | ||
"karma-phantomjs-launcher": "^1.0.4", | ||
@@ -75,0 +77,0 @@ "marked": "^0.3.6", |
[![npm version](https://badge.fury.io/js/angular2-promise-buttons.svg)](https://badge.fury.io/js/angular2-promise-buttons) | ||
[![Build Status](https://travis-ci.org/johannesjo/angular2-promise-buttons.svg)](https://travis-ci.org/johannesjo/angular2-promise-buttons?branch=master) | ||
[![Coverage Status](https://coveralls.io/repos/johannesjo/angular2-promise-buttons/badge.svg?branch=master)](https://coveralls.io/r/johannesjo/angular2-promise-buttons?branch=master) | ||
[![Coverage Status](https://coveralls.io/repos/github/johannesjo/angular2-promise-buttons/badge.svg?branch=master)](https://coveralls.io/github/johannesjo/angular2-promise-buttons?branch=master) | ||
@@ -23,3 +23,3 @@ angular2-promise-buttons | ||
And add it as a dependency to your main module | ||
``` | ||
```typescript | ||
import {Angular2PromiseButtonModule} from 'angular2-promise-buttons/dist'; | ||
@@ -26,0 +26,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
27931