Explorar o código

Release: v1.0.0-pre-alpha.15

lfabl hai 1 mes
pai
achega
70dc265e6c
Modificáronse 3 ficheiros con 7 adicións e 3 borrados
  1. 2 1
      eslint.config.mjs
  2. 1 1
      package.json
  3. 4 1
      tsconfig.json

+ 2 - 1
eslint.config.mjs

@@ -15,7 +15,8 @@ export default tseslint.config(
             "node_modules",
             "dist",
             "lib",
-            ".history"
+            ".history",
+            "version.mjs"
         ]
     },
     js.configs.recommended,

+ 1 - 1
package.json

@@ -1,6 +1,6 @@
 {
     "name": "ncore-ui-kit-mobile",
-    "version": "1.0.0-pre-alpha.14",
+    "version": "1.0.0-pre-alpha.15",
     "description": "NİBGAT® | NCore - UI Kit for React-Native Mobile Apps.",
     "main": "./lib/module/index.js",
     "types": "./lib/typescript/src/index.d.ts",

+ 4 - 1
tsconfig.json

@@ -32,5 +32,8 @@
         "strict": true,
         "target": "ESNext",
         "verbatimModuleSyntax": true
-    }
+    },
+    "exclude": [
+        "version.mjs"
+    ]
 }