Skip to content

Commit

Permalink
Update package metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
erikap committed Apr 25, 2018
1 parent 65ce242 commit 41ab09c
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,20 @@
{
"name": "@lblod/ember-rdfa-editor-plugin-generator",
"version": "0.0.0",
"description": "The default blueprint for ember-cli addons.",
"description": "Addon to simplify the creation of a plugin for ember-rdfa-editor",
"keywords": [
"ember-addon"
],
"license": "MIT",
"author": "",
"author": "redpencil.io",
"directories": {
"doc": "doc",
"test": "tests"
},
"repository": "",
"repository": {
"type": "git",
"url": "git+https://github.com/lblod/ember-rdfa-editor-plugin-generator.git"
},
"scripts": {
"build": "ember build",
"lint:js": "eslint ./*.js addon addon-test-support app config lib server test-support tests",
Expand All @@ -36,7 +39,7 @@
"ember-cli-shims": "^1.2.0",
"ember-cli-sri": "^2.1.0",
"ember-cli-uglify": "^2.0.0",
"ember-cli-update": "^0.21.2",
"ember-cli-update": "^0.21.3",
"ember-disable-prototype-extensions": "^1.1.2",
"ember-export-application-global": "^2.0.0",
"ember-load-initializers": "^1.0.0",
Expand Down

0 comments on commit 41ab09c

Please sign in to comment.