fenextjs-hook
Advanced tools
Comparing version 1.2.40 to 1.2.41
{ | ||
"name": "fenextjs-hook", | ||
"version": "1.2.40", | ||
"version": "1.2.41", | ||
"description": "", | ||
"main": "./dist/cjs/index.js", | ||
"module": "./dist/esm/index.js", | ||
"types": "./dist/esm/index.d.ts", | ||
"main": "./cjs/index.js", | ||
"module": "./cjs/index.js", | ||
"types": "./cjs/index.d.ts", | ||
"scripts": { | ||
"build": "npm run build:esm && npm run build:cjs", | ||
"build:esm": "tsc", | ||
"build:esm": "echo 'esm'", | ||
"build:cjs": "tsc --module commonjs --outDir cjs", | ||
@@ -12,0 +12,0 @@ "lint": "npx eslint src", |
59332
29
1023