Skip to content

Commit

Permalink
Fill out blanks in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
lawitschka committed Sep 10, 2018
1 parent de7f1d8 commit fb7df84
Showing 1 changed file with 15 additions and 5 deletions.
20 changes: 15 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,23 @@
{
"name": "ember-cli-fastclick",
"version": "0.0.0",
"description": "The default blueprint for ember-cli addons.",
"version": "1.4.1",
"description": "Drop-in FastClick support for Ember CLI apps",
"keywords": [
"ember-addon"
"ember-addon",
"ember",
"fast",
"click",
"fastclick",
"mobile",
"touch",
"delay"
],
"repository": "",
"repository": "https://www.github.com/ember-mobile/ember-cli-fastclick",
"license": "MIT",
"author": "",
"author": {
"name": "Moritz Lawitschka",
"email": "[email protected]"
},
"directories": {
"doc": "doc",
"test": "tests"
Expand Down

0 comments on commit fb7df84

Please sign in to comment.