Skip to content

Commit c222208

Browse files
committed
setup project stuff
1 parent d66e039 commit c222208

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

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

projects/angular-editor/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cluetec/angular-editor",
3-
"version": "0.0.3",
3+
"version": "0.0.4",
44
"description": "A simple native WYSIWYG editor for Angular 14+. Rich Text editor component for Angular.",
55
"author": "Michael Niedermaier <[email protected]>",
66
"repository": "https://github.com/cluetec/angular-editor",

0 commit comments

Comments
 (0)