@zenfs/core
Advanced tools
Comparing version 0.7.8 to 0.7.10
{ | ||
"name": "@zenfs/core", | ||
"version": "0.7.8", | ||
"version": "0.7.10", | ||
"description": "A filesystem in your browser", | ||
@@ -66,4 +66,4 @@ "main": "dist/index.js", | ||
"@types/jest": "^29.5.1", | ||
"@typescript-eslint/eslint-plugin": "^5.55.0", | ||
"@typescript-eslint/parser": "^5.55.0", | ||
"@typescript-eslint/eslint-plugin": "^7.7.0", | ||
"@typescript-eslint/parser": "^7.7.0", | ||
"cross-env": "^7.0.3", | ||
@@ -70,0 +70,0 @@ "esbuild": "^0.17.18", |
@@ -43,3 +43,3 @@ #!/usr/bin/env node | ||
const config = { | ||
entryPoints: [entry], | ||
entryPoints: [entry || 'src/index.ts'], | ||
target: 'esnext', | ||
@@ -46,0 +46,0 @@ globalName, |
1464817