Skip to content

Commit 12ba3f4

Browse files
chore: include dist files in package
1 parent ff4aea7 commit 12ba3f4

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

package.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,17 @@
11
{
22
"name": "notion-markdown-cms",
33
"version": "0.0.1",
4-
"main": "index.js",
4+
"main": "dist/index.js",
55
"repository": "git@github.com:meshcloud/cloudfoundation.git",
66
"author": "Johannes Rudolph <jrudolph@meshcloud.io>",
77
"license": "MIT",
8+
"files": [
9+
"dist",
10+
"package.json",
11+
"README.md",
12+
"LICENSE"
13+
],
814
"scripts": {
9-
"sync": "ts-node src/index.ts",
1015
"build": "tsc",
1116
"prepare": "tsc"
1217
},

0 commit comments

Comments
 (0)