Skip to content

Commit d20f36e

Browse files
nexdrewbcoe
authored andcommitted
chore(package): update shelljs to version 0.7.0 (#25)
* chore(package): update shelljs to version 0.7.0 https://greenkeeper.io/ * use .stdout instead of .output from shell.exec()
1 parent 5600572 commit d20f36e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"coveralls": "^2.11.9",
4444
"mocha": "^2.4.5",
4545
"nyc": "^6.2.1",
46-
"shelljs": "^0.6.0",
46+
"shelljs": "^0.7.0",
4747
"standard": "^6.0.8"
4848
}
4949
}

test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ describe('cli', function () {
5757
var content = fs.readFileSync('CHANGELOG.md', 'utf-8')
5858
content.should.match(/patch release/)
5959
content.should.match(/first commit/)
60-
shell.exec('git tag').output.should.match(/1\.0\.1/)
60+
shell.exec('git tag').stdout.should.match(/1\.0\.1/)
6161
})
6262
})
6363

0 commit comments

Comments
 (0)