Просмотр исходного кода

Add stdf package type is module

杜府 3 лет назад
Родитель
Сommit
fd2ea5d59f
1 измененных файлов с 3 добавлено и 2 удалено
  1. 3 2
      packages/stdf/package.json

+ 3 - 2
packages/stdf/package.json

@@ -1,6 +1,6 @@
 {
 {
     "name": "stdf",
     "name": "stdf",
-    "version": "0.2.1",
+    "version": "0.2.2",
     "description": "Mobile web component library based on Svelte and Tailwind",
     "description": "Mobile web component library based on Svelte and Tailwind",
     "main": "index.js",
     "main": "index.js",
     "scripts": {
     "scripts": {
@@ -21,5 +21,6 @@
     "repository": {
     "repository": {
         "type": "git",
         "type": "git",
         "url": "https://github.com/dufu1991/stdf"
         "url": "https://github.com/dufu1991/stdf"
-    }
+    },
+    "type": "module"
 }
 }