bootstrap-input-spinner 4.0.1 → 4.0.2

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.
Files changed (2) hide show
  1. package/README.md +4 -8
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -291,11 +291,7 @@ For older browsers (IE 9 or so), that doesn't support `Intl`, when you get an er
291
291
  **"Intl is not defined"** (See [issue #34](https://github.com/shaack/bootstrap-input-spinner/issues/34)), just use a
292
292
  shim or polyfill like [Intl.js](https://github.com/andyearnshaw/Intl.js), and it works.
293
293
 
294
- # You may want to check out my further Bootstrap and HTML extensions
295
-
296
- - [bootstrap-input-spinner](https://shaack.com/projekte/bootstrap-input-spinner/) – Input numbers
297
- - [bootstrap-show-modal](https://shaack.com/projekte/bootstrap-show-modal/) – Show dialogs, dynamically
298
- - [bootstrap-show-notification](https://shaack.com/projekte/bootstrap-show-notification/) – Show notifications, dynamically
299
- - [bootstrap-detect-breakpoint](https://www.npmjs.com/package/bootstrap-detect-breakpoint) – Read the curr. BS BP from JS
300
- - [auto-resize-textarea](https://shaack.com/projekte/auto-resize-textarea/) – Auto resize textareas by its content
301
- - [external-links-blank](https://www.npmjs.com/package/external-links-blank) – Open all external links `_blank`
294
+ ---
295
+
296
+ Find more high quality modules from [shaack.com](https://shaack.com)
297
+ on [our projects page](https://shaack.com/works).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bootstrap-input-spinner",
3
- "version": "4.0.1",
3
+ "version": "4.0.2",
4
4
  "description": "A Bootstrap 5 / jQuery plugin to create input spinner elements for number input.",
5
5
  "browser": "./src/bootstrap-input-spinner.js",
6
6
  "scripts": {