vite-add-cdn-script 0.0.6 → 0.0.7
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +2 -4
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "vite-add-cdn-script",
|
3
|
-
"version": "0.0.
|
3
|
+
"version": "0.0.7",
|
4
4
|
"keywords": [
|
5
5
|
"vite",
|
6
6
|
"cdn",
|
@@ -55,7 +55,5 @@
|
|
55
55
|
"publishConfig": {
|
56
56
|
"registry": "https://registry.npmjs.org/"
|
57
57
|
},
|
58
|
-
"dependencies": {
|
59
|
-
|
60
|
-
}
|
58
|
+
"dependencies": {}
|
61
59
|
}
|