Skip to content

Commit

Permalink
Semver requires a three-dot notation for versions
Browse files Browse the repository at this point in the history
As it stands, `npm install rezoner/CanvasQuery` fails with `npm ERR! Invalid version: "1.0"`
  • Loading branch information
Thristhart committed Mar 8, 2015
1 parent c051b99 commit ff4bc46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "CanvasQuery",
"version": "1.0",
"version": "1.0.0",
"description": "Canvas Query is a wrapper library for HTML5 Canvas element which allows it to be used with jQuery like syntax.",
"keywords": [ "html5", "client-side", "canvas", "development" ],
"main": "canvasquery.js",
Expand Down

0 comments on commit ff4bc46

Please sign in to comment.