We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f1a85e commit 00b0cd4Copy full SHA for 00b0cd4
package.json
@@ -1,7 +1,7 @@
1
{
2
- "name": "ember-deploy-ssh-index",
+ "name": "ember-deploy-cli-ssh",
3
"version": "0.0.1",
4
- "description": "The default blueprint for ember-cli addons.",
+ "description": "Deploy your Ember revisions via ssh.",
5
"directories": {
6
"doc": "doc"
7
},
@@ -10,7 +10,7 @@
10
"build": "ember build",
11
"test": "echo \"Error: no test specified\" && exit 1"
12
13
- "repository": "https://github.com/treyhunner/ember-deploy-ssh-index/",
+ "repository": "https://github.com/eddflrs/ember-cli-deploy-ssh",
14
"engines": {
15
"node": ">= 0.10.0"
16
0 commit comments