add assets for package.json

This commit is contained in:
karl.hudgell 2020-04-26 10:33:16 +01:00
parent 6cba2ca0f2
commit f7fa9d7bd7

View File

@ -25,5 +25,13 @@
"pkg": "^4.4.7",
"request-promise-native": "^1.0.8",
"shell-exec": "^1.0.2"
},
"pkg": {
"scripts": [
],
"assets": [
"node_modules/figlet/**/*.*",
"node_modules/figlet/fonts/Standard.flf"
]
}
}