mt-changelog
Advanced tools
Comparing version 0.6.1 to 0.6.2
@@ -0,1 +1,9 @@ | ||
v0.6.2 - Mon, 14 Sep 2015 20:52:47 GMT | ||
-------------------------------------- | ||
- [a8deb3a](../../commit/a8deb3a) [added] 'release-script' | ||
- [00c3885](../../commit/00c3885) [fixed] provide missing promise implementation for env missing it | ||
- [c8d4ce8](../../commit/c8d4ce8) [fixed] provide missing promise implementation for env missing it | ||
<title not provided> - Mon, 01 Jun 2015 19:16:32 GMT | ||
@@ -2,0 +10,0 @@ ---------------------------------------------------- |
@@ -14,2 +14,6 @@ 'use strict'; | ||
var _promise = require('promise'); | ||
var _promise2 = _interopRequireDefault(_promise); | ||
function output(_ref) { | ||
@@ -21,4 +25,4 @@ var stdout = _ref.stdout; | ||
if (stdout) { | ||
console.log(formattedLog); | ||
return Promise.resolve(); | ||
console.log(formattedLog); // eslint-disable-line no-console | ||
return _promise2['default'].resolve(); | ||
} | ||
@@ -25,0 +29,0 @@ |
{ | ||
"name": "mt-changelog", | ||
"version": "0.6.1", | ||
"version": "0.6.2", | ||
"description": "creates changelogs for git projects", | ||
@@ -21,4 +21,4 @@ "main": "lib/index.js", | ||
"scripts": { | ||
"build": "babel src --out-dir lib", | ||
"prepublish": "rm -rf lib && npm run build", | ||
"build": "rm -rf lib && babel src --out-dir lib", | ||
"release": "release", | ||
"test": "npm run lint && mocha", | ||
@@ -36,2 +36,3 @@ "test-watch": "mocha -w", | ||
"fs-promise": "^0.3.1", | ||
"promise": "^7.0.4", | ||
"semver": "^5.0.0" | ||
@@ -41,8 +42,11 @@ }, | ||
"babel": "^5.4.7", | ||
"babel-eslint": "^3.1.9", | ||
"babel-eslint": "^4.0.5", | ||
"chai": "^3.0.0", | ||
"chai-as-promised": "^5.0.0", | ||
"eslint": "^0.24.0", | ||
"eslint": "1.2.x", | ||
"eslint-config-defaults": "^3.1.0", | ||
"eslint-plugin-mocha": "^0.4.0", | ||
"mocha": "^2.2.1", | ||
"release-script": "^0.2.7", | ||
"rf-changelog": "^0.4.0", | ||
"sinon": "^1.14.1", | ||
@@ -49,0 +53,0 @@ "sinon-chai": "^2.7.0", |
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
13281
169
6
13
1
+ Addedpromise@^7.0.4
+ Addedasap@2.0.6(transitive)
+ Addedpromise@7.3.1(transitive)