Skip to content

Commit

Permalink
chore(devtools): add license to package.json (#2736)
Browse files Browse the repository at this point in the history
  • Loading branch information
atomiks committed Jan 15, 2024
1 parent d3a773b commit d824150
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
5 changes: 5 additions & 0 deletions .changeset/short-apes-stare.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@floating-ui/devtools": patch
---

chore: add license field to package.json
7 changes: 2 additions & 5 deletions packages/devtools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,8 @@
"default": "./dist/floating-ui.devtools.umd.js"
}
},
"files": [
"dist/",
"**/*.d.ts",
"**/*.d.mts"
],
"files": ["dist/", "**/*.d.ts", "**/*.d.mts"],
"license": "MIT",
"peerDependencies": {
"@floating-ui/dom": ">=1.5.4"
},
Expand Down

0 comments on commit d824150

Please sign in to comment.