We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77ac0f5 commit 60b6b50Copy full SHA for 60b6b50
ng-package.json
@@ -9,6 +9,6 @@
9
{
10
"$schema": "./node_modules/ng-packagr/ng-package.schema.json",
11
"dest": "dist",
12
- "lib": { "entryFile": "src/index.ts" },
+ "lib": { "entryFile": "src/index.ts" }
13
}
14
package.json
@@ -1,9 +1,10 @@
1
2
- "name": "@ngbootstrap-workspace/datagrid",
+ "name": "@ngbootstrap/datagrid",
3
"version": "0.0.1",
4
"license": "MIT",
5
"private": true,
6
- "publishConfig": { "access": "restricted" },
+ "publishConfig": { "access": "public" },
7
+ "description": "Angular datagrid component for the @ngbootstrap scope",
8
"scripts": {
"build": "ng-packagr -p ng-package.json",
"test": "echo \"(no tests yet)\""
0 commit comments