Skip to content

Commit

Permalink
Update dependencies; release v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nfarina committed Dec 26, 2016
1 parent ff87c44 commit 0a53b50
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@
"email": "[email protected]",
"url": "http://nfarina.com"
},
"version": "0.5.1",
"version": "1.0.0",
"main": "./index",
"scripts": {
"test": "tap test/*.js",
"coverage": "npm test -- --cov --coverage-report=html"
},
"dependencies": {
"sax": "~1.1.1"
"sax": "^1.2.1"
},
"license": {
"type": "MIT",
Expand All @@ -35,6 +35,6 @@
],
"readmeFilename": "README.md",
"devDependencies": {
"tap": "^5.7.1"
"tap": "^8.0.1"
}
}

4 comments on commit 0a53b50

@dirk-thomas
Copy link

@dirk-thomas dirk-thomas commented on 0a53b50 Dec 27, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There is neither a tag for version 1.0.0 nor is there a changelog entry.

@nfarina
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

On it!

@nfarina
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dirk-thomas
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you.

Please sign in to comment.