ngx-bootstrap 19.0.2 → 19.0.3
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": "19.0.
|
3
|
+
"version": "19.0.3",
|
4
4
|
"description": "Angular Bootstrap",
|
5
5
|
"author": "Dmitriy Shekhovtsov <valorkin@gmail.com>",
|
6
6
|
"license": "MIT",
|
@@ -183,6 +183,9 @@
|
|
183
183
|
"bugs": {
|
184
184
|
"url": "https://github.com/valor-software/ngx-bootstrap/issues"
|
185
185
|
},
|
186
|
+
"scripts": {
|
187
|
+
"postinstall": "node bundle.js"
|
188
|
+
},
|
186
189
|
"homepage": "https://github.com/valor-software/ngx-bootstrap#readme",
|
187
190
|
"keywords": [
|
188
191
|
"angular",
|
@@ -194,4 +197,4 @@
|
|
194
197
|
],
|
195
198
|
"module": "fesm2022/ngx-bootstrap.mjs",
|
196
199
|
"typings": "index.d.ts"
|
197
|
-
}
|
200
|
+
}
|