Skip to content

Commit 9aeca60

Browse files
committed
refactor(package): mark package as public, accessible to everyone
1 parent 295e1ef commit 9aeca60

File tree

2 files changed

+3
-11
lines changed

2 files changed

+3
-11
lines changed

CHANGELOG.md

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,3 @@
44
### Features
55

66
* **data:** cDK DataService with pagination support ([445d089](https://github.com/wanoo21/ngx-abstract/commit/445d0896fdaca79994e4064fa3269e50e6745316))
7-
8-
# Changelog
9-
10-
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
11-
12-
### 0.0.2 (2021-02-11)
13-
14-
15-
### Features
16-
17-
* Simple abstract component & directive. ([1d2d885](https://github.com/wanoo21/ngx-abstract/commit/1d2d885b6043ec74eae7a068b85e528706d2c22c))

projects/abstract/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
{
22
"name": "@wanoo21/ngx-abstract",
33
"version": "0.0.0-development",
4+
"publishConfig": {
5+
"access": "public"
6+
},
47
"peerDependencies": {
58
},
69
"dependencies": {

0 commit comments

Comments
 (0)