Skip to content

Commit e400a24

Browse files
Rebuild all dist files.
1 parent cf35dc2 commit e400a24

12 files changed

+29
-15
lines changed

.eslintrc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212
"sourceType": "module"
1313
},
1414
"env": {
15-
"browser": true
15+
"browser": true,
16+
"node": true
1617
},
1718
"ignorePatterns": [
1819
"*.esm.js"
@@ -95,6 +96,7 @@
9596
"@typescript-eslint/no-unused-vars": "error",
9697
"@typescript-eslint/no-explicit-any": "off",
9798
"@typescript-eslint/no-empty-interface": "off",
99+
"@typescript-eslint/no-var-requires": "off",
98100
"@typescript-eslint/explicit-module-boundary-types": [
99101
"error",
100102
{

dist/js/splide-renderer.min.js

Lines changed: 7 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/js/splide-renderer.min.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/js/splide.cjs.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*!
22
* Splide.js
3-
* Version : 4.0.12
3+
* Version : 4.0.13
44
* License : MIT
55
* Copyright: 2022 Naotoshi Fujita
66
*/

dist/js/splide.esm.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
44

55
/*!
66
* Splide.js
7-
* Version : 4.0.12
7+
* Version : 4.0.13
88
* License : MIT
99
* Copyright: 2022 Naotoshi Fujita
1010
*/

dist/js/splide.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
44

55
/*!
66
* Splide.js
7-
* Version : 4.0.12
7+
* Version : 4.0.13
88
* License : MIT
99
* Copyright: 2022 Naotoshi Fujita
1010
*/

dist/js/splide.min.js

Lines changed: 8 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/js/splide.min.js.gz

68 Bytes
Binary file not shown.

dist/js/splide.min.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@splidejs/splide",
3-
"version": "4.0.12",
3+
"version": "4.0.13",
44
"description": "Splide is a lightweight, flexible and accessible slider/carousel. No dependencies, no Lighthouse errors.",
55
"author": "Naotoshi Fujita",
66
"license": "MIT",

0 commit comments

Comments
 (0)