event-listener-service
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "event-listener-service", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Universal Event Litener with testability built in", | ||
@@ -13,3 +13,2 @@ "main": "index.js", | ||
"coverage": "npm run jest-cov && npm run map-cov && npm run report-cov", | ||
"typings": "typings install", | ||
"npm": "npm run clean && tsc -d -p . && mv ./src/index.js . && mv ./src/index.d.ts .", | ||
@@ -41,8 +40,9 @@ "clean": "rm -f ./src/index.js* ./__tests__/*.d.ts ./__tests__/*.js* ./lcov.info && rm -f -R ./coverage" | ||
"devDependencies": { | ||
"codeclimate-test-reporter": "^0.3.3", | ||
"jest": "^15.1.1", | ||
"remap-istanbul": "^0.6.4", | ||
"typescript": "^1.8.10", | ||
"typings": "^1.3.3" | ||
"codeclimate-test-reporter": "^0.4.0", | ||
"jest": "^16.0.0", | ||
"remap-istanbul": "^0.7.0", | ||
"typescript": "^2.0.3", | ||
"@types/node": "^6.0.45", | ||
"@types/jest": "^15.1.32" | ||
} | ||
} |
@@ -10,6 +10,13 @@ # event-listener-service | ||
[![Issue Count](https://codeclimate.com/github/NoHomey/event-listener-service/badges/issue_count.svg)](https://codeclimate.com/github/NoHomey/event-listener-service) | ||
![TypeScript](https://img.shields.io/badge/%3C%20%2F%3E-TypeScript-blue.svg) | ||
![Typings](https://img.shields.io/badge/typings-%E2%9C%93-brightgreen.svg) | ||
# Install | ||
Install with npm: | ||
```bash | ||
$ npm install event-listener-service | ||
``` | ||
[![NPM](https://nodei.co/npm/event-listener-service.png?downloads=true&stars=true)](https://nodei.co/npm/event-listener-service/) | ||
@@ -110,6 +117,4 @@ | ||
2. `npm run typings` | ||
2. `npm test` | ||
3. `npm test` | ||
# Contributing | ||
@@ -119,10 +124,8 @@ | ||
2. `npm run typings` | ||
2. Make changes | ||
3. Make changes | ||
3. If necessary add some tests to `__tests__` | ||
4. If necessary add some tests to `__tests__` | ||
4. `npm test` | ||
5. `npm test` | ||
6. Make a Pull Request | ||
5. Make a Pull Request |
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
11004
128
6