Skip to content

Commit 1200129

Browse files
committed
Drop old browsers
1 parent c1cbf56 commit 1200129

File tree

5 files changed

+2
-32
lines changed

5 files changed

+2
-32
lines changed

.browserslistrc

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1 @@
1-
# Taken from https://github.com/twbs/bootstrap/blob/v4.6.0/.browserslistrc
2-
3-
>= 1%
4-
last 1 major version
5-
not dead
6-
Chrome >= 45
7-
Firefox >= 38
8-
Edge >= 12
9-
Explorer >= 10
10-
iOS >= 9
11-
Safari >= 9
12-
Android >= 4.4
13-
Opera >= 30
1+
defaults

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Bootstrap 5 spinner/loading/pending indicator for `<input>`, `<textarea>` and `<
1111
Example: https://codesandbox.io/s/github/tkrotoff/bootstrap-input-spinner/tree/codesandbox.io
1212

1313
- Small: ~200 lines of [SCSS](src/bootstrap-input-spinner.scss)
14-
- Works in latest browsers and IE 11
14+
- Works with modern browsers
1515
- Uses [Bootstrap variables](https://getbootstrap.com/docs/5.0/customize/sass/#variable-defaults)
1616

1717
Check the [changelog](CHANGELOG.md) for breaking changes and fixes between releases.

example/index.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
1-
// Support for IE
2-
// https://github.com/parcel-bundler/parcel/issues/3742
3-
// https://github.com/parcel-bundler/parcel/issues/3216
4-
import 'core-js/stable';
5-
61
import tocbot from 'tocbot';
72

83
import './index.scss';

package-lock.json

Lines changed: 0 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@
3434
"@parcel/transformer-sass": "^2.8.3",
3535
"@tkrotoff/bootstrap-floating-label": "^0.12.0",
3636
"bootstrap": "^5.2.3",
37-
"core-js": "^3.29.0",
3837
"husky": "^8.0.3",
3938
"parcel": "^2.8.3",
4039
"prettier": "^2.8.4",

0 commit comments

Comments
 (0)