Skip to content
This repository was archived by the owner on Aug 9, 2021. It is now read-only.

Commit 5eb9ae3

Browse files
committed
Add files property to only push these files to npm
1 parent 71b09b4 commit 5eb9ae3

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

npm/package.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
"version": "1.0.3",
44
"description": "Qode is a lightly modified fork of Node.js that merges Node's event loop with Qt's event loop. It is designed to be used together with `@nodegui/nodegui`",
55
"main": "index.js",
6+
"files": [
7+
"install.js",
8+
"index.js",
9+
"config.js",
10+
"cli.js"
11+
],
612
"bin": {
713
"qode": "cli.js"
814
},

0 commit comments

Comments
 (0)