We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54820d7 commit 87470b2Copy full SHA for 87470b2
1 file changed
package.json
@@ -22,7 +22,6 @@
22
"publish:lib": "cd dist/ng-sortgrid && npx semantic-release",
23
"lint": "ng lint"
24
},
25
- "private": true,
26
"dependencies": {
27
"@angular/animations": "~10.0.12",
28
"@angular/common": "~10.0.12",
@@ -66,6 +65,8 @@
66
65
"tslint": "~6.1.0",
67
"typescript": "^3.9.5"
68
+ "private": true,
69
+ "license": "MIT",
70
"husky": {
71
"hooks": {
72
"pre-commit": "lint-staged"
0 commit comments