Skip to content

Commit

Permalink
fix: 🐛 add licence to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
nivekcode committed Nov 19, 2020
1 parent 54820d7 commit 87470b2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
"publish:lib": "cd dist/ng-sortgrid && npx semantic-release",
"lint": "ng lint"
},
"private": true,
"dependencies": {
"@angular/animations": "~10.0.12",
"@angular/common": "~10.0.12",
Expand Down Expand Up @@ -66,6 +65,8 @@
"tslint": "~6.1.0",
"typescript": "^3.9.5"
},
"private": true,
"license": "MIT",
"husky": {
"hooks": {
"pre-commit": "lint-staged"
Expand Down

0 comments on commit 87470b2

Please sign in to comment.