use-country-info
Advanced tools
Comparing version 1.0.24 to 1.0.25
{ | ||
"name": "use-country-info", | ||
"description": "use-country-info", | ||
"version": "1.0.24", | ||
"version": "1.0.25", | ||
"license": "MIT", | ||
@@ -34,3 +34,4 @@ "author": "Erik Ferreira de Lima <erik.lima.f@outlook.com>", | ||
"test": "jest", | ||
"coverage": "node test.js --watchAll=false --coverage --watchAll=false", | ||
"test:watch": "jest --watchAll", | ||
"coverage": "node test.config.js --watchAll=false --coverage --watchAll=false", | ||
"deploy": "npm version patch && npm publish" | ||
@@ -59,3 +60,3 @@ }, | ||
"!src/**/*.d.{js,ts}", | ||
"!src/mock/data.mock.ts" | ||
"!src/mock/**" | ||
], | ||
@@ -62,0 +63,0 @@ "preset": "ts-jest", |
1532887