Skip to content

Commit

Permalink
Merge pull request #117 from snyk/fix/license
Browse files Browse the repository at this point in the history
fix: define correct license in package.json
  • Loading branch information
JackuB committed Feb 28, 2022
2 parents 2f90d92 + b4eb5c8 commit a79469a
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 a79469a

Please sign in to comment.