Skip to content
This repository has been archived by the owner on Nov 29, 2023. It is now read-only.

Commit

Permalink
Fix: specify files included when publishing (#169)
Browse files Browse the repository at this point in the history
  • Loading branch information
eyelidlessness committed Feb 8, 2023
1 parent a8c5d8d commit c9bb8d3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@
"main": "./dist/enketo-transformer.umd.cjs",
"module": "./dist/enketo-transformer.js",
"types": "./dist/src/transformer.d.ts",
"files": [
"app.js",
"dist/**/*"
],
"exports": {
".": {
"import": "./dist/enketo-transformer.js",
Expand All @@ -32,7 +36,6 @@
"benchmarks": "vite-node ./test/benchmarks.ts",
"build": "vite build && npm run tsc",
"prepare": "npm run build",
"prepublishOnly": "sed -i '' -e 's/dist/_dist/' .gitignore",
"start": "vite",
"eslint-check": "eslint app.ts src/**/*.ts vite.config.ts test/**/*.ts",
"eslint-fix": "eslint app.ts src/**/*.ts vite.config.ts test/**/*.ts --fix",
Expand Down

0 comments on commit c9bb8d3

Please sign in to comment.