Skip to content

Commit

Permalink
Merge pull request #88 from damianricobelli/update-package-json
Browse files Browse the repository at this point in the history
chore: update package json
  • Loading branch information
damianricobelli authored Jan 7, 2025
2 parents ca7992e + 46591cc commit f32adc2
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 4 deletions.
5 changes: 5 additions & 0 deletions .changeset/witty-pumas-deliver.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@stepperize/core": major
---

chore: update package json
19 changes: 15 additions & 4 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,21 @@
{
"name": "@stepperize/core",
"version": "1.0.0",
"version": "0.0.1",
"private": false,
"publishConfig": {
"access": "public"
},
"description": "Core utilities and TypeScript types for building step-based workflows with stepperize",
"author": "damianricobelli",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/damianricobelli/stepperize.git",
"directory": "packages/core"
},
"homepage": "https://stepperize.vercel.app",
"sideEffects": false,
"files": [
"dist"
],
"files": ["dist"],
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
Expand All @@ -20,6 +30,7 @@
"build": "tsup",
"dev": "tsup --watch",
"lint": "turbo lint",
"prepublishOnly": "pnpm run build",
"clean": "rm -rf .turbo && rm -rf node_modules dist"
},
"devDependencies": {
Expand Down

0 comments on commit f32adc2

Please sign in to comment.