Skip to content

Commit 578a787

Browse files
committed
chore: use file whitelist instead of .npmignore
1 parent 8365141 commit 578a787

File tree

2 files changed

+4
-19
lines changed

2 files changed

+4
-19
lines changed

.npmignore

Lines changed: 0 additions & 19 deletions
This file was deleted.

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
"version": "0.7.6",
44
"description": "NativeScript and Vue integration",
55
"main": "dist/index.js",
6+
"files": [
7+
"dist/index.js",
8+
"platform/nativescript/hooks/"
9+
],
610
"scripts": {
711
"test": "jest",
812
"tdd": "jest --watch",

0 commit comments

Comments
 (0)