Comparing version 0.0.5 to 0.0.6
{ | ||
"name": "logestic", | ||
"version": "0.0.5", | ||
"version": "0.0.6", | ||
"license": "MIT", | ||
@@ -20,11 +20,6 @@ "author": "Nishant Aanjaney Jalan <cybercoder.nishant@gmail.com>", | ||
"bugs": "https://github.com/cybercoder-naj/logestic/issues", | ||
"files": ["dist"], | ||
"exports": { | ||
".": { | ||
"import": "./src/index.ts", | ||
"require": "./dist/index.js", | ||
"bun": "./dist/index.ts", | ||
"types": "./dist/index.d.ts" | ||
} | ||
}, | ||
"files": [ | ||
"dist/index.js", | ||
"dist/index.d.ts" | ||
], | ||
"module": "src/index.ts", | ||
@@ -31,0 +26,0 @@ "type": "module", |
6025