Skip to content

Commit 965b6f8

Browse files
authored
Merge pull request #55 from kreuzerk/feature/addLicence
fix: 🐛 add licence to package.json
2 parents 54820d7 + 87470b2 commit 965b6f8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
"publish:lib": "cd dist/ng-sortgrid && npx semantic-release",
2323
"lint": "ng lint"
2424
},
25-
"private": true,
2625
"dependencies": {
2726
"@angular/animations": "~10.0.12",
2827
"@angular/common": "~10.0.12",
@@ -66,6 +65,8 @@
6665
"tslint": "~6.1.0",
6766
"typescript": "^3.9.5"
6867
},
68+
"private": true,
69+
"license": "MIT",
6970
"husky": {
7071
"hooks": {
7172
"pre-commit": "lint-staged"

0 commit comments

Comments
 (0)