8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b882ac8 commit 8c110cfCopy full SHA for 8c110cf
lib/common/.npmignore renamed to lib/common/old.npmignore
.npmignore renamed to old.npmignore
package.json
@@ -11,6 +11,22 @@
11
"ns": "./bin/tns"
12
},
13
"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
+ ],
30
"scripts": {
31
"clean": "npx rimraf node_modules package-lock.json && npm run setup",
32
"build": "grunt",
0 commit comments