Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update package.json to include license #1361

Merged
merged 3 commits into from
Mar 4, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Update package.json To include license
JSDocs.io won't work without it.

https://www.jsdocs.io/package/@solidjs/start
  • Loading branch information
doeixd authored Mar 1, 2024
commit 4e9129939733f005853a1aafce56a3cd2691e48b
1 change: 1 addition & 0 deletions packages/start/package.json
Original file line number Diff line number Diff line change
@@ -3,6 +3,7 @@
"version": "0.6.0",
"type": "module",
"author": "Ryan Carniato",
"license": "MIT",
"publishConfig": {
"access": "public"
},