Skip to content

Commit

Permalink
Bump packages
Browse files Browse the repository at this point in the history
And add yarn lockfile
Fixes #7
  • Loading branch information
cookpete committed Sep 24, 2017
1 parent 67c38dd commit 58bc84f
Show file tree
Hide file tree
Showing 3 changed files with 2,913 additions and 6 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,19 +40,19 @@
"dependencies": {
"array.prototype.find": "^2.0.0",
"commander": "^2.9.0",
"parse-github-url": "^0.3.2",
"parse-github-url": "^1.0.0",
"semver": "^5.1.0"
},
"devDependencies": {
"babel-cli": "^6.3.17",
"babel-core": "^6.3.26",
"babel-eslint": "^6.0.3",
"babel-eslint": "^8.0.0",
"babel-preset-es2015": "^6.3.13",
"babel-preset-stage-0": "^6.3.13",
"chai": "^3.4.1",
"chai": "^4.1.2",
"mocha": "^3.0.2",
"snazzy": "^4.0.0",
"standard": "^8.0.0"
"snazzy": "^7.0.0",
"standard": "^10.0.3"
},
"babel": {
"presets": [
Expand Down
2 changes: 1 addition & 1 deletion test/releases.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ describe('parseReleases', () => {
it('supports a package version override', () => {
const result = parseReleases(commits, 'v3.0.0')
expect(result).to.be.an('array')
expect(result).to.have.deep.property('[0].tag', 'v3.0.0')
expect(result[0]).to.have.property('tag', 'v3.0.0')
})
})
Loading

0 comments on commit 58bc84f

Please sign in to comment.