Skip to content

Commit

Permalink
fix(package): adds more info
Browse files Browse the repository at this point in the history
  • Loading branch information
srowhani committed Nov 30, 2018
1 parent e8a29f5 commit 1787229
Showing 1 changed file with 16 additions and 3 deletions.
19 changes: 16 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,22 @@
"access": "public"
},
"license": "MIT",
"author": "",
"author": {
"name": "Seena Rowhani",
"email": "[email protected]",
"url": "https://srowhani.github.io"
},
"directories": {
"doc": "doc",
"test": "tests"
},
"repository": {
"type": "git",
"url": "https://github.com/srowhani/ember-artisans.git"
},
"bugs": {
"url": "https://github.com/srowhani/ember-artisans/issues"
},
"scripts": {
"build": "ember build",
"start": "ember server",
Expand All @@ -26,7 +37,8 @@
"format:src": "find ./addon/ -name '*.ts*' | xargs prettier --write --config ./.prettierrc --config-precedence file-override",
"format:test": "find ./test/ -name '*.ts*' | xargs prettier --write --config ./.prettierrc --config-precedence file-override",
"travis-deploy-once": "travis-deploy-once",
"semantic-release": "semantic-release"
"semantic-release": "semantic-release",
"deploy:prod": "ember deploy production"
},
"engines": {
"node": "6.* || 8.* || >= 10.*"
Expand Down Expand Up @@ -139,5 +151,6 @@
]
}
]
}
},
"homepage": "https://srowhani.github.io/ember-artisans"
}

0 comments on commit 1787229

Please sign in to comment.