Переглянути джерело

Update files included in package

ApisNecros 1 рік тому
батько
коміт
80fa2110be
1 змінених файлів з 3 додано та 2 видалено
  1. 3 2
      package.json

+ 3 - 2
package.json

@@ -2,7 +2,7 @@
   "name": "ts-starfish",
   "version": "0.9.0",
   "description": "an interpreter for the *><> esolang written in TypeScript",
-  "main": "dist/main.ts",
+  "main": "dist/main.js",
   "type": "module",
   "scripts": {
     "build": "tsc",
@@ -31,5 +31,6 @@
   },
   "jest": {
     "transform": {}
-  }
+  },
+  "files": ["dist"]
 }