Skip to content

Commit

Permalink
fix: update deps, keywords, repo, and description in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Ilya Radchenko committed Oct 22, 2018
1 parent 9d72e42 commit d9c8778
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
{
"name": "ember-shadow-dom",
"version": "0.1.0",
"description": "The default blueprint for ember-cli addons.",
"description": "Write templates for your components inside of a Shadow DOM root.",
"keywords": [
"ember-addon"
"ember-addon",
"shadow dom",
"shadow root",
"style encapsulation"
],
"repository": "",
"repository": "https://github.com/knownasilya/ember-shadow-dom",
"license": "MIT",
"author": "",
"author": "Ilya Radchenko <knownasilya@gmail.com>",
"directories": {
"doc": "doc",
"test": "tests"
Expand All @@ -28,7 +31,6 @@
"devDependencies": {
"@ember/optional-features": "^0.6.3",
"broccoli-asset-rev": "^2.7.0",
"ember-ajax": "^3.1.0",
"ember-cli": "~3.5.0",
"ember-cli-dependency-checker": "^3.0.0",
"ember-cli-eslint": "^4.2.3",
Expand Down

0 comments on commit d9c8778

Please sign in to comment.