File tree 1 file changed +6
-8
lines changed
1 file changed +6
-8
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " autocomplete-lodash" ,
3
3
"main" : " ./lib/main" ,
4
- "version" : " 0.0 .0" ,
4
+ "version" : " 0.1 .0" ,
5
5
"author" : " HiDeoo" ,
6
6
"description" : " Lodash methods autocompletions" ,
7
7
"keywords" : [
8
8
" lodash" ,
9
9
" autocompletion"
10
10
],
11
- "repository" : " https://github.com/atom/autocomplete-lodash" ,
11
+ "repository" : {
12
+ "type" : " git" ,
13
+ "url" : " https://github.com/HiDeoo/autocomplete-lodash"
14
+ },
12
15
"license" : " MIT" ,
13
16
"engines" : {
14
17
"atom" : " >=1.0.0 <2.0.0"
20
23
}
21
24
}
22
25
},
23
- "dependencies" : {
24
- },
26
+ "dependencies" : {},
25
27
"bugs" : " https://github.com/HiDeoo/autocomplete-lodash/issues" ,
26
28
"contributors" : [],
27
- "repository" : {
28
- "type" : " git" ,
29
- "url" : " https://github.com/HiDeoo/autocomplete-lodash"
30
- },
31
29
"homepage" : " https://github.com/HiDeoo/autocomplete-lodash"
32
30
}
You can’t perform that action at this time.
0 commit comments