vite-add-cdn-script 1.0.1 → 1.0.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vite-add-cdn-script",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "keywords": [
5
5
  "vite",
6
6
  "cdn",
@@ -26,7 +26,7 @@
26
26
  "exports": {
27
27
  "types": "./index.d.ts",
28
28
  "import": "./dist/index.js",
29
- "require": "./dist/index.js"
29
+ "require": "./dist/index.umd.cjs"
30
30
  },
31
31
  "devDependencies": {
32
32
  "@jest/globals": "^29.7.0",
@@ -52,7 +52,7 @@
52
52
  "registry": "https://registry.npmjs.org/"
53
53
  },
54
54
  "dependencies": {
55
- "cdn-script-core": "1.0.0"
55
+ "cdn-script-core": "1.0.1"
56
56
  },
57
57
  "scripts": {
58
58
  "dev": "vite",