diff --git a/package.json b/package.json index 64a11ff..dd38a54 100644 --- a/package.json +++ b/package.json @@ -18,5 +18,9 @@ "homepage": "https://github.com/chrisvrose/xml-servicefile-parser#readme", "dependencies": { "xml2js": "^0.4.19" + }, + "pkg":{ + "scripts": "index.js", + "assets": "settings.json" } }