Skip to content

Commit

Permalink
chore: release v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
douglasduteil committed Mar 4, 2015
1 parent 626e7b0 commit 00d5103
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "karma-coverage",
"version": "0.2.7",
"version": "0.3.0",
"description": "A Karma plugin. Generate code coverage.",
"main": "lib/index.js",
"scripts": {
Expand Down

5 comments on commit 00d5103

@Krinkle
Copy link
Contributor

Choose a reason for hiding this comment

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

Publish to npm as well (#136)! And create a git tag :-)

https://www.npmjs.com/package/karma-coverage

npm ERR! version not found: karma-coverage@0.3.0

@douglasduteil
Copy link
Contributor Author

Choose a reason for hiding this comment

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

@zzo
Copy link
Contributor

@zzo zzo commented on 00d5103 Mar 18, 2015

Choose a reason for hiding this comment

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

ok I'm looking at this thanks!

@Krinkle
Copy link
Contributor

Choose a reason for hiding this comment

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

@zzo Progress? It's only:

# Create tag (since douglasduteil forgot that)
git tag v0.3.0 00d5103
git push --tags

# Publish to npm
git checkout v0.3.0
npm publish

Currently only @vojtajina @zzo have npm access. npm access is viral, so either of you can grant other maintainers this right (if you so desire) using npm owner add from the directory of this project.

@zzo
Copy link
Contributor

@zzo zzo commented on 00d5103 Mar 25, 2015 via email

Choose a reason for hiding this comment

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

Please sign in to comment.