Skip to content

Commit

Permalink
Merge pull request #105 from kjirou/fix-index-file-path
Browse files Browse the repository at this point in the history
dist/src/index.jsのままになっていた
  • Loading branch information
kjirou authored Dec 3, 2024
2 parents c578d36 + 9f68981 commit 634a690
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"name": "unlimited-blog-works",
"version": "0.0.9",
"description": "A simple static blog generator for publishing on GitHub Pages",
"main": "dist/src/index.js",
"types": "dist/src/index.d.js",
"main": "dist/index.js",
"types": "dist/index.d.js",
"scripts": {
"build": "tsc --project tsconfig.build.json",
"prettier:check": "prettier --check .",
Expand Down

0 comments on commit 634a690

Please sign in to comment.