Skip to content

Commit 0190668

Browse files
committed
add repository and circle ci config
1 parent df3b392 commit 0190668

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

circle.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
machine:
2+
node:
3+
version: 0.12.0
4+
5+
dependencies:
6+
pre:
7+
- npm install -g bower
8+
override:
9+
- npm i
10+
- bower i

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"build": "ember build",
1212
"test": "node tests/runner.js"
1313
},
14-
"repository": "",
14+
"repository": "https://github.com/ghedamat/ember-cli-deploy-ssh-tunnel",
1515
"engines": {
1616
"node": ">= 0.10.0"
1717
},

0 commit comments

Comments
 (0)