Skip to content

Commit

Permalink
chore: license in release
Browse files Browse the repository at this point in the history
  • Loading branch information
KillerCodeMonkey committed Dec 4, 2023
1 parent 93d2423 commit 57d1c84
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,12 @@
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"build:prod": "npm run build -- --configuration production && npm run cp:readme",
"build:prod": "npm run build -- --configuration production && npm run cp:readme && npm run cp:license",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e",
"cp:readme": "cp ./README.md ./dist/ngx-quill"
"cp:readme": "cp ./README.md ./dist/ngx-quill",
"cp:license": "cp ./LICENSE.txt ./dist/ngx-quill"
},
"license": "MIT",
"author": {
Expand Down
2 changes: 1 addition & 1 deletion projects/ngx-quill/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngx-quill",
"version": "22.1.0",
"version": "22.1.1",
"license": "MIT",
"author": {
"name": "Bengt Weiße"
Expand Down

0 comments on commit 57d1c84

Please sign in to comment.