Skip to content

Commit bd8f0e8

Browse files
updated
1 parent 97486cb commit bd8f0e8

3 files changed

Lines changed: 4 additions & 3 deletions

File tree

.DS_Store

0 Bytes
Binary file not shown.

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
node_modules
22
dist
33
package-lock.json
4+
.npmrc
5+
.DS_Store

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@angular-bootstrap/ngbootstrap",
3-
"version": "0.0.1",
3+
"version": "0.0.2",
44
"description": "Angular UI library providing datagrid, drag-and-drop, pagination, and stepper components with Bootstrap-friendly styling.",
55
"author": {
66
"name": "Harmeet Singh"
@@ -70,6 +70,5 @@
7070
"zone.js": "^0.15.0",
7171
"ts-node": "^10.9.2",
7272
"tslib": "^2.6.2"
73-
},
74-
"packageManager": "pnpm@9.15.9+sha512.68046141893c66fad01c079231128e9afb89ef87e2691d69e4d40eee228988295fd4682181bae55b58418c3a253bde65a505ec7c5f9403ece5cc3cd37dcf2531"
73+
}
7574
}

0 commit comments

Comments
 (0)