Skip to content

Commit f20d1bb

Browse files
author
mohaseebtariq
committed
updated package.json
1 parent 53e385f commit f20d1bb

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"test:lib": "ng test angular-editor",
1414
"build:lib": "ng-packagr -p projects/angular-editor/ng-package.json",
1515
"build-prod:lib": "ng-packagr -p projects/angular-editor/ng-package.json -c projects/angular-editor/tsconfig.lib.prod.json",
16-
"publish:lib": "npm run copy:readme && npm run copy:changelog && npm run copy:license && npm publish ./dist/angular-editor --tag next --access public",
16+
"publish:lib": "npm run copy:readme && npm run copy:changelog && npm run copy:license && npm publish ./dist/angular-editor --tag next",
1717
"copy:readme": "cpx README.md dist/angular-editor",
1818
"copy:changelog": "cpx CHANGELOG.md dist/angular-editor",
1919
"copy:license": "cpx LICENSE dist/angular-editor",

projects/angular-editor/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
2-
"name": "@mhaseebtariq/angular-editor",
3-
"version": "1.0.6",
2+
"name": "@kolkov/angular-editor",
3+
"version": "3.1.0-beta.0",
44
"description": "A simple native WYSIWYG editor for Angular 8+, 13+. Rich Text editor component for Angular.",
5-
"author": "Haseeb Tariq <mohaseebtariq@gmail.com>",
5+
"author": "Andrey Kolkov <a.kolkov@gmail.com>",
66
"repository": "https://github.com/mohaseebtariq/angular-editor",
77
"license": "MIT",
88
"private": false,
99
"bugs": {
10-
"url": "https://github.com/mohaseebtariq/angular-editor/issues"
10+
"url": "https://github.com/kolkov/angular-editor/issues"
1111
},
1212
"peerDependencies": {
1313
"@angular/common": ">=15",

0 commit comments

Comments
 (0)