소스 검색

add source file to be published

mightyplow 5 년 전
부모
커밋
58b0db5793
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      package.json

+ 2 - 1
package.json

@@ -9,7 +9,8 @@
     "url": "ssh://git@git.mightyplow.net:30022/mightyplow/flags.git"
   },
   "files": [
-    "dist"
+    "dist",
+    "src"
   ],
   "scripts": {
     "compile": "tsc ./src/flags.ts -d -t ESNext --strict --pretty --outDir ./dist/es6",