Skip to content

Commit

Permalink
feat(license) : Added NoLicense in packages.json
Browse files Browse the repository at this point in the history
  • Loading branch information
MaximePremont committed Dec 8, 2022
1 parent ab87bfe commit 3160f88
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion demo/go/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"keywords": [],
"author": "",
"license": "MIT",
"license": "No License",
"dependencies": {
"go": "^3.0.1"
}
Expand Down
1 change: 1 addition & 0 deletions demo/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "licenka-demo",
"version": "0.1.0",
"private": true,
"license": "No License",
"dependencies": {
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "licenka",
"version": "0.1.0",
"private": true,
"license": "No License",
"scripts": {
"dev": "next dev",
"build": "next build",
Expand Down

3 comments on commit 3160f88

@vercel
Copy link

@vercel vercel bot commented on 3160f88 Dec 8, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on 3160f88 Dec 8, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on 3160f88 Dec 8, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.