Skip to content

Commit

Permalink
chore(package): update standard to version 7.0.1
Browse files Browse the repository at this point in the history
* chore(package): update standard to version 7.0.1

https://greenkeeper.io/

* chore(standard): remove unnecessary escapes
  • Loading branch information
greenkeeperio-bot authored and bcoe committed May 13, 2016
1 parent 7378ded commit d86d70e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,6 @@
"mocha": "^2.4.5",
"nyc": "^6.4.2",
"shelljs": "^0.7.0",
"standard": "^6.0.8"
"standard": "^7.0.1"
}
}
4 changes: 2 additions & 2 deletions test.js
Original file line number Diff line number Diff line change
Expand Up @@ -150,8 +150,8 @@ describe('cli', function () {
shell.exec(cliPath).code.should.equal(0)

// check last commit message
shell.exec('git log --oneline -n1').stdout.should.match(/chore\(release\)\: 1\.1\.0/)
shell.exec('git log --oneline -n1').stdout.should.match(/chore\(release\): 1\.1\.0/)
// check annotated tag message
shell.exec('git tag -l -n1 v1.1.0').stdout.should.match(/chore\(release\)\: 1\.1\.0/)
shell.exec('git tag -l -n1 v1.1.0').stdout.should.match(/chore\(release\): 1\.1\.0/)
})
})

0 comments on commit d86d70e

Please sign in to comment.