Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/development'
Browse files Browse the repository at this point in the history
  • Loading branch information
wallet77 committed Jun 14, 2018
2 parents 6006fe5 + 948ff61 commit fbb910f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 1.6.7

- test : fix some testsa about dependencies

# 1.6.6

- hotfix : set collectDependencies to false by default
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pmx",
"version": "1.6.6",
"version": "1.6.7",
"description": "PM2/Keymetrics advanced API",
"main": "index.js",
"dependencies": {
Expand Down
4 changes: 3 additions & 1 deletion test/fixtures/sample-app/http.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@

var pmx = require('../../..');
var conf = pmx.init();
var conf = pmx.init({
collectDependencies: true
});

var http = require('http');

Expand Down

0 comments on commit fbb910f

Please sign in to comment.