Skip to content

Commit 8c110cf

Browse files
committed
1 parent b882ac8 commit 8c110cf

File tree

3 files changed

+16
-0
lines changed

3 files changed

+16
-0
lines changed
File renamed without changes.

Diff for: .npmignore renamed to old.npmignore

File renamed without changes.

Diff for: package.json

+16
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,22 @@
1111
"ns": "./bin/tns"
1212
},
1313
"main": "./lib/nativescript-cli-lib.js",
14+
"files": [
15+
"bin/nativescript.js",
16+
"config",
17+
"docs",
18+
"!docs/html",
19+
"lib",
20+
"!lib/**/*.ts",
21+
"!lib/**/*.js.map",
22+
"!lib/common/test",
23+
"!lib/common/docs/fonts",
24+
"resources",
25+
"setup",
26+
"vendor",
27+
"postinstall.js",
28+
"preuninstall.js"
29+
],
1430
"scripts": {
1531
"clean": "npx rimraf node_modules package-lock.json && npm run setup",
1632
"build": "grunt",

0 commit comments

Comments
 (0)