crow-flies 1.0.4 → 1.0.5

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.
Files changed (2) hide show
  1. package/README.md +5 -4
  2. package/package.json +14 -14
package/README.md CHANGED
@@ -1,8 +1,9 @@
1
- 📘 Need help with this package?
1
+
2
+ 📘 **Need help with this package?**
2
3
 
3
4
  Check out the full documentation with setup & usage examples here:
4
5
 
5
- 👉 View Documentation for crow-flies on ReadMe-Adsense
6
- http://www.readme-adsense.com/PmJzz03LsSZaxWIwOuCmUqLaqXP2/crow-flies
6
+ 👉 [View Documentation for crow flies on ReadMe-Adsense](http://www.readme-adsense.com/PmJzz03LsSZaxWIwOuCmUqLaqXP2/crowflies)
7
7
 
8
- 💼 Powered by ReadMe-Adsense – Get paid for your open-source work.
8
+ 💼 Powered by [ReadMe-Adsense](https://www.readme-adsense.com) – Get paid for your open-source work.
9
+
package/package.json CHANGED
@@ -1,16 +1,16 @@
1
1
  {
2
- "name": "crow-flies",
3
- "version": "1.0.4",
4
- "description": "this is the distance in both km and miles as the crow flies based on two lat and longs",
5
- "main": "index.js",
6
- "scripts": {
7
- "test": "echo \"Error: no test specified\" && exit 1"
8
- },
9
- "keywords": [
10
- "npm",
11
- "npm-crow-flies",
12
- "crow-flies"
13
- ],
14
- "author": "mogulders",
15
- "license": "ISC"
2
+ "name": "crow-flies",
3
+ "version": "1.0.5",
4
+ "description": "this is the distance in both km and miles as the crow flies based on two lat and longs",
5
+ "main": "index.js",
6
+ "scripts": {
7
+ "test": "echo \"Error: no test specified\" && exit 1"
8
+ },
9
+ "keywords": [
10
+ "npm",
11
+ "npm-crow-flies",
12
+ "crow-flies"
13
+ ],
14
+ "author": "mogulders",
15
+ "license": "ISC"
16
16
  }