We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5600572 commit d20f36eCopy full SHA for d20f36e
package.json
@@ -43,7 +43,7 @@
43
"coveralls": "^2.11.9",
44
"mocha": "^2.4.5",
45
"nyc": "^6.2.1",
46
- "shelljs": "^0.6.0",
+ "shelljs": "^0.7.0",
47
"standard": "^6.0.8"
48
}
49
test.js
@@ -57,7 +57,7 @@ describe('cli', function () {
57
var content = fs.readFileSync('CHANGELOG.md', 'utf-8')
58
content.should.match(/patch release/)
59
content.should.match(/first commit/)
60
- shell.exec('git tag').output.should.match(/1\.0\.1/)
+ shell.exec('git tag').stdout.should.match(/1\.0\.1/)
61
})
62
63
0 commit comments