Skip to content

Commit

Permalink
Version bump and package info
Browse files Browse the repository at this point in the history
  • Loading branch information
Duncan Graham Walker committed Jun 28, 2015
1 parent 363b1bb commit 2c7a044
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ember-disqus",
"version": "0.0.0",
"description": "The default blueprint for ember-cli addons.",
"version": "0.2.0",
"description": "An easy way to integrate the Disqus comments platform with your Ember.js apps using components and lazy loading",
"directories": {
"doc": "doc",
"test": "tests"
Expand All @@ -11,7 +11,7 @@
"build": "ember build",
"test": "ember try:testall"
},
"repository": "",
"repository": "https://github.com/sir-dunxalot/ember-disqus",
"engines": {
"node": ">= 0.10.0"
},
Expand All @@ -34,7 +34,14 @@
"ember-try": "0.0.6"
},
"keywords": [
"ember-addon"
"ember-addon",
"disqus",
"comments",
"comment",
"commenters",
"conversation",
"forum",
"blog"
],
"dependencies": {
"ember-cli-babel": "^5.0.0",
Expand Down

0 comments on commit 2c7a044

Please sign in to comment.