Skip to content

Commit

Permalink
Updated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
IonicaBizau committed Oct 2, 2016
1 parent af289c7 commit e82985a
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,8 @@
"start": "NODE_ENV=production bloggify start > output.log",
"start:dev": "bloggify start"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/bloggify/starter.git"
},
"author": "Ionică Bizău <[email protected]> (http://ionicabizau.net)",
"license": "MIT",
"homepage": "https://bitbucket.org/bloggify/starter#readme",
"dependencies": {
"bloggify-ajs-renderer": "^1.0.0",
"bloggify-cli": "^1.0.0",
Expand Down Expand Up @@ -53,5 +48,11 @@
],
"language": "bash"
}
}
}
},
"devDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/Bloggify/starter.git"
},
"homepage": "https://github.com/Bloggify/starter#readme"
}

0 comments on commit e82985a

Please sign in to comment.