Skip to content

Commit 5086e5d

Browse files
committed
Prepare 0.1.0 release
1 parent 1eccf20 commit 5086e5d

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

package.json

+6-8
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,17 @@
11
{
22
"name": "autocomplete-lodash",
33
"main": "./lib/main",
4-
"version": "0.0.0",
4+
"version": "0.1.0",
55
"author": "HiDeoo",
66
"description": "Lodash methods autocompletions",
77
"keywords": [
88
"lodash",
99
"autocompletion"
1010
],
11-
"repository": "https://github.com/atom/autocomplete-lodash",
11+
"repository": {
12+
"type": "git",
13+
"url": "https://github.com/HiDeoo/autocomplete-lodash"
14+
},
1215
"license": "MIT",
1316
"engines": {
1417
"atom": ">=1.0.0 <2.0.0"
@@ -20,13 +23,8 @@
2023
}
2124
}
2225
},
23-
"dependencies": {
24-
},
26+
"dependencies": {},
2527
"bugs": "https://github.com/HiDeoo/autocomplete-lodash/issues",
2628
"contributors": [],
27-
"repository": {
28-
"type": "git",
29-
"url": "https://github.com/HiDeoo/autocomplete-lodash"
30-
},
3129
"homepage": "https://github.com/HiDeoo/autocomplete-lodash"
3230
}

0 commit comments

Comments
 (0)