Skip to content

Commit 60b6b50

Browse files
Harmeet SinghHarmeet Singh
authored andcommitted
fix the typescript compile issue 3
1 parent 77ac0f5 commit 60b6b50

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

ng-package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99
{
1010
"$schema": "./node_modules/ng-packagr/ng-package.schema.json",
1111
"dest": "dist",
12-
"lib": { "entryFile": "src/index.ts" },
12+
"lib": { "entryFile": "src/index.ts" }
1313
}
1414

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
{
2-
"name": "@ngbootstrap-workspace/datagrid",
2+
"name": "@ngbootstrap/datagrid",
33
"version": "0.0.1",
44
"license": "MIT",
55
"private": true,
6-
"publishConfig": { "access": "restricted" },
6+
"publishConfig": { "access": "public" },
7+
"description": "Angular datagrid component for the @ngbootstrap scope",
78
"scripts": {
89
"build": "ng-packagr -p ng-package.json",
910
"test": "echo \"(no tests yet)\""

0 commit comments

Comments
 (0)