Skip to content

Commit

Permalink
chore: license in package json
Browse files Browse the repository at this point in the history
  • Loading branch information
nickfrosty committed Feb 24, 2025
1 parent 452359c commit 7498287
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion examples/get-started/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "gill-examples-basic",
"license": "MIT",
"private": true,
"version": "0.1.0",
"type": "module",
Expand All @@ -8,7 +9,6 @@
"scripts": {},
"keywords": [],
"author": "",
"license": "MIT",
"dependencies": {
"@solana-program/compute-budget": "^0.6.1",
"@solana-program/memo": "^0.6.1",
Expand Down
1 change: 1 addition & 0 deletions packages/gill/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "gill",
"license": "MIT",
"version": "0.4.0",
"description": "a modern javascript/typescript client library for interacting with the Solana blockchain",
"scripts": {
Expand Down
1 change: 1 addition & 0 deletions packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "gill-react",
"license": "MIT",
"version": "0.0.2",
"description": "",
"scripts": {
Expand Down
1 change: 1 addition & 0 deletions packages/svelte/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "gill-svelte",
"license": "MIT",
"version": "0.0.1",
"description": "",
"scripts": {
Expand Down
1 change: 1 addition & 0 deletions packages/vue/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "gill-vue",
"license": "MIT",
"version": "0.0.1",
"description": "",
"scripts": {
Expand Down

0 comments on commit 7498287

Please sign in to comment.