We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 196cf50 commit 10e8018Copy full SHA for 10e8018
.dockerignore
@@ -1,10 +1,14 @@
1
.git
2
+.github
3
.npm
4
.nyc_output
5
.DS_Store
6
+
7
coverage
8
+dist
9
node_modules
10
npm-debug.log*
11
tmp
12
13
*.log
14
*.swp
package.json
@@ -11,7 +11,23 @@
},
"scripts": {
"lint": "eslint lib/ test/",
- "test": "npm run lint && nyc mocha test/** && nyc report --reporter=lcov"
+ "test": "npm run lint && nyc mocha test/** && nyc report --reporter=lcov",
15
+ "pkg": "pkg . --out-path=dist/"
16
+ },
17
+ "pkg": {
18
+ "scripts": [
19
+ "lib"
20
+ ],
21
+ "assets": [
22
+ "colors",
23
+ "icons",
24
+ "templates"
25
26
+ "targets": [
27
+ "node10-linux-x64",
28
+ "node10-macos-x64",
29
+ "node10-win-x64"
30
+ ]
31
32
"repository": {
33
"type": "git",
0 commit comments