Skip to content

Commit

Permalink
Merge pull request #2 from cloudmix-dev/chore/update-package-licenses
Browse files Browse the repository at this point in the history
Update package licenses
  • Loading branch information
samlaycock authored Dec 29, 2023
2 parents 593dd0f + f7b9840 commit 8111107
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 3 deletions.
6 changes: 6 additions & 0 deletions .changeset/dirty-spoons-melt.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@cloudmix-dev/react": patch
"@cloudmix-dev/tailwind": patch
---

Update package licenses
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,8 @@
"publish": "changeset publish",
"postinstall": "npx husky install"
},
"keywords": [],
"author": "",
"license": "ISC",
"author": "[email protected]",
"license": "MIT",
"devDependencies": {
"@biomejs/biome": "~1.4.1",
"@changesets/cli": "~2.27.1",
Expand Down
3 changes: 3 additions & 0 deletions packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@
"prepare": "npm run build",
"tsc": "tsc"
},
"keywords": ["react", "ui", "library", "components", "design", "system"],
"author": "[email protected]",
"license": "MIT",
"dependencies": {
"@heroicons/react": "~2.1.1",
"@sindresorhus/slugify": "~2.2.1",
Expand Down
3 changes: 3 additions & 0 deletions packages/tailwind/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@
"prepare": "npm run build",
"tsc": "tsc"
},
"keywords": ["tailwindcss", "config"],
"author": "[email protected]",
"license": "MIT",
"dependencies": {
"@tailwindcss/container-queries": "~0.1.1",
"@tailwindcss/typography": "~0.5.10",
Expand Down

0 comments on commit 8111107

Please sign in to comment.