action-selector
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -1,2 +0,2 @@ | ||
const { EventEmitter } = require('events') | ||
const EventEmitter = require('events').EventEmitter | ||
@@ -3,0 +3,0 @@ /** |
{ | ||
"name": "action-selector", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Select actions from the given configuration", | ||
@@ -8,3 +8,4 @@ "main": "index.js", | ||
"lint": "standard", | ||
"test": "mocha test.js" | ||
"test": "mocha test.js", | ||
"codecov": "nyc --reporter=lcov npm test && codecov" | ||
}, | ||
@@ -26,4 +27,8 @@ "repository": { | ||
"devDependencies": { | ||
"chai": "^3.5.0", | ||
"codecov": "^2.2.0", | ||
"mocha": "^3.4.1", | ||
"nyc": "^10.3.2", | ||
"standard": "^10.0.2" | ||
} | ||
} |
@@ -1,3 +0,6 @@ | ||
# action-selector v1.0.0 | ||
# action-selector v1.0.1 | ||
[![CircleCI](https://circleci.com/gh/kt3k/action-selector.svg?style=svg)](https://circleci.com/gh/kt3k/action-selector) | ||
[![codecov](https://codecov.io/gh/kt3k/action-selector/branch/master/graph/badge.svg)](https://codecov.io/gh/kt3k/action-selector) | ||
> Select actions from the given configuration | ||
@@ -64,5 +67,9 @@ | ||
# History | ||
- 2017-06-19 v1.0.1 Support node.js v4. | ||
# License | ||
MIT |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
86427
10
56
75
5