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 69f12ba commit 1330c96
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
{
"name": "@athenajs/core",
"version": "1.1.3",
"version": "1.2.0",
"license": "MIT",
"type": "module",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": ["dist"],
"files": [
"dist"
],
"scripts": {
"build:full": "cd ../utils && pnpm build && cd ../core && pnpm build",
"build": "tsc",
Expand Down

0 comments on commit 1330c96

Please sign in to comment.