Skip to content

Commit

Permalink
correct main entrypoint
Browse files Browse the repository at this point in the history
Signed-off-by: Benji Visser <benji@093b.org>
  • Loading branch information
noqcks committed Feb 15, 2025
1 parent 212cd47 commit 1c63794
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -2,14 +2,16 @@
"name": "@noqcks/generated",
"version": "8.0.1",
"description": "Generated detects files that have been automatically generated",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"main": "dist/lib/generated.js",
"types": "dist/lib/generated.d.ts",
"type": "module",
"directories": {
"lib": "lib"
},
"scripts": {
"prebuild": "rm -rf dist",
"build": "tsc",
"prepare": "npm run build",
"test": "jest --config jest.config.mjs",
"lint": "eslint ."
},

0 comments on commit 1c63794

Please sign in to comment.