Skip to content

Commit

Permalink
fix(package.json): Remove warnings as mentioned in #99
Browse files Browse the repository at this point in the history
  • Loading branch information
diegonetto committed Sep 8, 2014
1 parent 86e0dac commit 4ef83b3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion templates/common/_package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "<%= appName %>",
"version": "0.0.0",
"version": "0.1.0",
"private": true,
"dependencies": {},
"devDependencies": {
"grunt": "~0.4.1",
Expand Down

0 comments on commit 4ef83b3

Please sign in to comment.