@heyveryouaire/string_and_more
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "@heyveryouaire/string_and_more", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Char manipulate && gender check", | ||
"main": "index.js", | ||
"main": "bin/index.js", | ||
"types": "bin/index.d.js", | ||
"dependencies": { | ||
@@ -7,0 +8,0 @@ "typescript": "^4.5.2" |
@@ -99,4 +99,5 @@ { | ||
// "skipDefaultLibCheck": true, /* Skip type checking .d.ts files that are included with TypeScript. */ | ||
"skipLibCheck": true /* Skip type checking all .d.ts files. */ | ||
"skipLibCheck": true, /* Skip type checking all .d.ts files. */ | ||
"exclude": ["node_modules"] | ||
} | ||
} |
12598
143