Skip to content

Commit c3f0acf

Browse files
committedDec 13, 2021
Cleanup and changes
1 parent 7578178 commit c3f0acf

30 files changed

+701
-3303
lines changed
 

‎.babelrc

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
11
{
2-
'presets': ['@babel/preset-env'],
3-
"plugins": [
4-
["@babel/transform-runtime"]
5-
]
2+
'presets': ['@babel/preset-env']
63
}

‎.gitattributes

-2
This file was deleted.
+25
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
{
2+
"totalResultsCount":4509,
3+
"geonames":[
4+
{
5+
"adminCode1":"16",
6+
"lng":"13.41053",
7+
"geonameId":2950159,
8+
"toponymName":"Berlin",
9+
"countryId":"2921044",
10+
"fcl":"P",
11+
"population":3426354,
12+
"countryCode":"DE",
13+
"name":"Berlin",
14+
"fclName":"city, village,...",
15+
"adminCodes1":{
16+
"ISO3166_2":"BE"
17+
},
18+
"countryName":"Germany",
19+
"fcodeName":"capital of a political entity",
20+
"adminName1":"Berlin",
21+
"lat":"52.52437",
22+
"fcode":"PPLC"
23+
}
24+
]
25+
}

‎API_JSON EXAMPLE.txt

-81
This file was deleted.

‎__test__/testcontentChecker.spec.js

-12
This file was deleted.

‎__test__/testformHandlerAPIMock.spec.js

-108
This file was deleted.

‎__test__/testpostData.spec.js

-108
This file was deleted.

0 commit comments

Comments
 (0)