Skip to content

Commit

Permalink
fix: define correct license in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
JackuB committed Feb 28, 2022
1 parent 2f90d92 commit b4eb5c8
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
"dist",
"template"
],
"author": "",
"license": "ISC",
"author": "Snyk Ltd",
"license": "Apache-2.0",
"dependencies": {
"@snyk/lodash": "^4.17.15-patch",
"chalk": "^2.4.2",
Expand All @@ -39,7 +39,6 @@
"engines": {
"node": ">=10"
},
"snyk": true,
"devDependencies": {
"@types/chalk": "^2.2.0",
"@types/marked": "^0.6.5",
Expand Down

0 comments on commit b4eb5c8

Please sign in to comment.