cdn-script-core 1.0.0 → 1.0.1
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +2 -2
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "cdn-script-core",
|
3
|
-
"version": "1.0.
|
3
|
+
"version": "1.0.1",
|
4
4
|
"description": "",
|
5
5
|
"type": "module",
|
6
6
|
"main": "./dist/index.umd.cjs",
|
@@ -16,7 +16,7 @@
|
|
16
16
|
"exports": {
|
17
17
|
"types": "./dist/index.d.ts",
|
18
18
|
"import": "./dist/index.js",
|
19
|
-
"require": "./dist/index.
|
19
|
+
"require": "./dist/index.umd.cjs"
|
20
20
|
},
|
21
21
|
"devDependencies": {
|
22
22
|
"@jest/globals": "^29.7.0",
|