monagree-locs 2.0.0 → 2.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -1
- package/dist/locs.js +7 -0
- package/package.json +2 -1
package/README.md
CHANGED
|
@@ -4,7 +4,9 @@ To install, run:
|
|
|
4
4
|
|
|
5
5
|
> npm install monagree-locs
|
|
6
6
|
|
|
7
|
-
>
|
|
7
|
+
> Now Shows all countries
|
|
8
|
+
|
|
9
|
+
> Only showing states & cities in Nigeria for now
|
|
8
10
|
|
|
9
11
|
Please enjoy this accurate & up-to-date location package from the open source team at Monagree. Monagree provides tools for devs to build ecommerce and logistics websites easily. Check out our javascript framework (CLI) on npm [monagree-tools](https://www.npmjs.com/package/monagree-tools "Monagree JS Framework").
|
|
10
12
|
|
package/dist/locs.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "monagree-locs",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.1",
|
|
4
4
|
"description": "All countries + States and LGAs in Nigeria (with GPS coordinates)",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -17,6 +17,7 @@
|
|
|
17
17
|
"url": "git+https://github.com/monagree/monagree-locs.git"
|
|
18
18
|
},
|
|
19
19
|
"keywords": [
|
|
20
|
+
"countries",
|
|
20
21
|
"Monagree",
|
|
21
22
|
"Nigeria",
|
|
22
23
|
"States",
|