use-country-info
Advanced tools
Comparing version 1.0.26 to 1.0.27
{ | ||
"name": "use-country-info", | ||
"description": "use-country-info", | ||
"version": "1.0.26", | ||
"version": "1.0.27", | ||
"license": "MIT", | ||
@@ -32,4 +32,2 @@ "author": "Erik Ferreira de Lima <erik.lima.f@outlook.com>", | ||
"build": "parcel build ./src/index.ts", | ||
"start": "parcel start ./src/index.ts", | ||
"dev": "nodemon --watch \"src//\" --exec \"ts-node src/index.ts\" -e ts", | ||
"test": "jest", | ||
@@ -82,3 +80,2 @@ "test:watch": "jest --watchAll", | ||
"jest": "^29.7.0", | ||
"nodemon": "^3.0.2", | ||
"parcel": "^2.10.3", | ||
@@ -85,0 +82,0 @@ "ts-jest": "^29.1.1", |
13
1531910