bodrumtaxi 1.0.1 → 1.0.2
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/index.js +1 -1
- package/package.json +15 -2
package/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "bodrumtaxi",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.2",
|
|
4
4
|
"description": "Bodrum taxi & transfer toolkit — service info, supported locations, and estimated transfer pricing for the Bodrum peninsula.",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"files": [
|
|
@@ -12,7 +12,20 @@
|
|
|
12
12
|
"start": "node index.js",
|
|
13
13
|
"test": "node -e \"const m=require('./index.js'); console.log(m.info()); console.log(m.transferPrice('Milas-Bodrum Airport','Yalıkavak'));\""
|
|
14
14
|
},
|
|
15
|
-
"keywords": [
|
|
15
|
+
"keywords": [
|
|
16
|
+
"bodrum",
|
|
17
|
+
" taxi",
|
|
18
|
+
" transfer",
|
|
19
|
+
" airport",
|
|
20
|
+
" milas",
|
|
21
|
+
" yalikavak",
|
|
22
|
+
" turgutreis",
|
|
23
|
+
" vip",
|
|
24
|
+
" shuttle",
|
|
25
|
+
" fare",
|
|
26
|
+
" estimate",
|
|
27
|
+
" turkey"
|
|
28
|
+
],
|
|
16
29
|
"author": "Taximatic",
|
|
17
30
|
"license": "MIT",
|
|
18
31
|
"homepage": "https://bodrumtaxi.pages.dev",
|