Skip to content

Commit

Permalink
Bump version to 2.0.0-dev.2
Browse files Browse the repository at this point in the history
The make dist result works for an npm publish. We should update
the make_release tool to just `npm publish` the resulting tarball.
It seems npm does not care about the name of the top directory in
the tarball, as long as it contains the package.json.

This is better than npm pack because that will cause the top
directory to be "package", which is less friendly if we decide
to distribute the tarball directly via github releases.
  • Loading branch information
tilgovi committed Apr 11, 2014
1 parent f6d915f commit e71acae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "annotator",
"version": "2.0.0-dev",
"version": "2.0.0-dev.2",
"description": "Inline annotation for the web. Select text, images, or (nearly) anything else, and add your notes.",
"repository": {
"type": "git",
Expand Down

0 comments on commit e71acae

Please sign in to comment.