Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 958b56f

Browse files
committed
chore: remove incorrect main property
1 parent ccb9698 commit 958b56f

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

libs/cdk/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
"name": "@rx-angular/cdk",
33
"version": "16.0.0",
44
"description": "@rx-angular/cdk is a Component Development Kit for ergonomic and highly performant angular applications. It helps to to build Large scale applications, UI libs, state management, rendering systems and much more. Furthermore the unique way of mixing reactive as well as imperative code leads to best DX and speed.",
5-
"main": "index.js",
65
"publishConfig": {
76
"access": "public"
87
},

libs/state/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
"name": "@rx-angular/state",
33
"version": "16.0.0",
44
"description": "@rx-angular/state is a light-weight, flexible, strongly typed and tested tool dedicated to reduce the complexity of managing component state and side effects in angular",
5-
"main": "index.js",
65
"publishConfig": {
76
"access": "public"
87
},

libs/template/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
"name": "@rx-angular/template",
33
"version": "16.0.2",
44
"description": "**Fully** Reactive Component Template Rendering in Angular. @rx-angular/template aims to be a reflection of Angular's built in renderings just reactive.",
5-
"main": "index.js",
65
"publishConfig": {
76
"access": "public"
87
},

0 commit comments

Comments
 (0)