mirror of
https://github.com/axios/axios.git
synced 2026-04-11 14:21:59 +08:00
* 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
13 lines
563 B
Diff
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",
|