Skip to content

Commit

Permalink
Change default files
Browse files Browse the repository at this point in the history
  • Loading branch information
The-Best-Codes committed Sep 28, 2024
1 parent 0b093d6 commit 6ee0a84
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 6 deletions.
10 changes: 5 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "best-bible",
"version": "1.6.3",
"version": "1.6.4",
"description": "Fetch, parse, and analyze the Bible easily with JavaScript",
"scripts": {
"build:cjs": "tsc --project tsconfig.cjs.json || true && mkdir -p dist/cjs/data && cp src/data/bible.json dist/cjs/data/",
Expand All @@ -9,6 +9,11 @@
"build": "npm run build:cjs && npm run build:esm && npm run build:browser",
"prepublishOnly": "npm run build"
},
"files": [
"dist",
"README.md",
"LICENSE"
],
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.js",
"types": "./dist/types/index.d.ts",
Expand Down

0 comments on commit 6ee0a84

Please sign in to comment.