Skip to content

Commit cd45792

Browse files
committed
Add scripts updatedb-cjs
1 parent 1cd0f72 commit cd45792

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
"scripts": {
2020
"test": "npx jasmine",
2121
"updatedb": "node script/updatedb.mjs",
22+
"updatedb-cjs": "node script/updatedb.cjs",
2223
"updatedb-browser-country": "node script/updatedb.mjs ILA_BROWSER_TYPE=country ILA_IP_LOCATION_DB=geo-whois-asn",
2324
"updatedb-browser-geocode": "node script/updatedb.mjs ILA_BROWSER_TYPE=geocode ILA_FIELDS=latitude,longitude",
2425
"browser": "npx http-server browser -p 8321",

0 commit comments

Comments
 (0)