Skip to content

Commit

Permalink
feat: add the package.json to the public npm packages
Browse files Browse the repository at this point in the history
  • Loading branch information
HamzaAmar committed Nov 13, 2024
1 parent fcc2015 commit 72bdbfa
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion packages/pillar-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@
"default": "./dist/cjs/index.cjs"
}
},
"./main.css": "./dist/css/main.css"
"./main.css": "./dist/css/main.css",
"./package.json": "./package.json"
},
"keywords": [
"accessibility",
Expand Down
3 changes: 2 additions & 1 deletion packages/pillar-hooks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
}
}
},
"./package.json": "./package.json"
},
"scripts": {
"build": "tsup",
Expand Down
3 changes: 2 additions & 1 deletion packages/pillar-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
}
}
},
"./package.json": "./package.json"
},
"scripts": {
"build": "tsup",
Expand Down

0 comments on commit 72bdbfa

Please sign in to comment.