File tree 3 files changed +16
-5
lines changed
3 files changed +16
-5
lines changed Original file line number Diff line number Diff line change 5
5
"keywords" : [
6
6
" ember-addon"
7
7
],
8
- "repository" : " https://github.com/fenichelar/ember-simple-auth-token" ,
8
+ "repository" : {
9
+ "type" : " git" ,
10
+ "url" : " git+https://github.com/fenichelar/ember-simple-auth-token.git"
11
+ },
9
12
"license" : " MIT" ,
10
13
"author" : {
11
14
"name" : " Alec Fenichel"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " root" ,
3
3
"private" : true ,
4
- "repository" : " https://github.com/fenichelar/ember-simple-auth-token" ,
4
+ "repository" : {
5
+ "type" : " git" ,
6
+ "url" : " git+https://github.com/fenichelar/ember-simple-auth-token.git"
7
+ },
5
8
"license" : " MIT" ,
6
9
"author" : {
7
10
"name" : " Alec Fenichel"
29
32
"workspaces" : [
30
33
" addon" ,
31
34
" test-app"
32
- ]
35
+ ],
36
+ "version" : " "
33
37
}
Original file line number Diff line number Diff line change 2
2
"name" : " test-app" ,
3
3
"private" : true ,
4
4
"description" : " Test app for ember-simple-auth-token addon" ,
5
- "repository" : " https://github.com/fenichelar/ember-simple-auth-token" ,
5
+ "repository" : {
6
+ "type" : " git" ,
7
+ "url" : " git+https://github.com/fenichelar/ember-simple-auth-token.git"
8
+ },
6
9
"license" : " MIT" ,
7
10
"author" : {
8
11
"name" : " Alec Fenichel"
88
91
},
89
92
"ember" : {
90
93
"edition" : " octane"
91
- }
94
+ },
95
+ "version" : " "
92
96
}
You can’t perform that action at this time.
0 commit comments