Skip to content

Commit

Permalink
Set fixed versions of dependencies to avoid incompatible breaking cha…
Browse files Browse the repository at this point in the history
…nges.
  • Loading branch information
drichard committed Jan 19, 2013
1 parent eafd6c2 commit fb7499b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "mindmaps",
"description": "mindmaps is a prototype of an HTML5 based mind mapping application. It lets you create neat looking mind maps in the browser.",
"version": "0.7.2",
"version": "0.7.3",
"keywords": ["html5", "mindmap", "offline"],
"author": "David Richard",
"repository": {
Expand All @@ -22,8 +22,8 @@
"node": ">=0.6"
},
"dependencies": {
"node-static": ">=0.5.9",
"uglify-js": ">=1.2.5",
"jake":">=0.3.4"
"node-static": "0.5.9",
"uglify-js": "1.2.5",
"jake":"0.3.4"
}
}

0 comments on commit fb7499b

Please sign in to comment.