Skip to content

Commit

Permalink
feat: add support for pkg
Browse files Browse the repository at this point in the history
Ability to bundle this node app into a native binary via
the package https://www.npmjs.com/package/pkg
  • Loading branch information
joshje committed Dec 13, 2017
1 parent b51b940 commit 5cd8e40
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,5 +97,9 @@
"**/__tests__/**"
]
},
"pkg": {
"scripts": ["cli/**/*.js", "lib/**/*.js", "dist/**/*.js"],
"assets": ["config.default.json", "help/**/*.txt"]
},
"snyk": true
}

0 comments on commit 5cd8e40

Please sign in to comment.