axios-axios/docs/patches/@splidejs+splide+4.1.4.patch
Jay 054c1f30fd
feat: unify docs to main repo (#10649)
* ci: set hardened --ignore-scripts for all ci actions

* docs: adds new docs platform

* chore: remove un-needed ignore

* chore: add sponsors data. adjust package.json to be of type module

* fix: inconsistency between the docs and readme

* fix: docs inconsistency

* docs: update language and phrasing

* style: fix issues with card styling

* docs: update security.md with latest changes

* docs: remove un-needed code

* docs: fix inconsistencies with actual library function

* ci: added deployment for docs

* chore: added axios as dep for docs

* docs: fix batch of errors

* fix: bump esbuild as the version included is a risk
2026-04-04 20:25:41 +02:00

13 lines
563 B
Diff

diff --git a/node_modules/@splidejs/splide/package.json b/node_modules/@splidejs/splide/package.json
index 677e6d0..d274e39 100644
--- a/node_modules/@splidejs/splide/package.json
+++ b/node_modules/@splidejs/splide/package.json
@@ -4,6 +4,7 @@
"description": "Splide is a lightweight, flexible and accessible slider/carousel. No dependencies, no Lighthouse errors.",
"author": "Naotoshi Fujita",
"license": "MIT",
+ "type": "module",
"main": "dist/js/splide.cjs.js",
"module": "dist/js/splide.esm.js",
"types": "dist/types/index.d.ts",