We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1cd0f72 commit cd45792Copy full SHA for cd45792
package.json
@@ -19,6 +19,7 @@
19
"scripts": {
20
"test": "npx jasmine",
21
"updatedb": "node script/updatedb.mjs",
22
+ "updatedb-cjs": "node script/updatedb.cjs",
23
"updatedb-browser-country": "node script/updatedb.mjs ILA_BROWSER_TYPE=country ILA_IP_LOCATION_DB=geo-whois-asn",
24
"updatedb-browser-geocode": "node script/updatedb.mjs ILA_BROWSER_TYPE=geocode ILA_FIELDS=latitude,longitude",
25
"browser": "npx http-server browser -p 8321",
0 commit comments