Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
aldahick committed May 25, 2024
1 parent 911e154 commit 965b966
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions packages/react-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
{
"name": "@athenajs/react-utils",
"version": "0.2.5",
"version": "0.2.6",
"type": "module",
"license": "MIT",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": ["dist", "scripts"],
"files": [
"dist",
"scripts"
],
"scripts": {
"build:full": "cd ../utils && pnpm build && cd ../react-utils && pnpm build",
"build": "tsc",
Expand Down

0 comments on commit 965b966

Please sign in to comment.