chore(@embark/suggestions): include suggestions.json in the files to be packed by npm

And remove `suggestions.json` in the `"files"` list of
`packages/core/console/package.json` since it was moved to
`packages/plugins/suggestions/suggestions.json`.
This commit is contained in:
Michael Bradley, Jr 2020-01-20 11:22:50 -06:00 committed by Michael Bradley
parent 0ca8635538
commit 3ceffa8454
2 changed files with 3 additions and 3 deletions

View File

@ -16,8 +16,7 @@
"solidity"
],
"files": [
"dist/lib",
"suggestions.json"
"dist/lib"
],
"license": "MIT",
"repository": {

View File

@ -8,7 +8,8 @@
"bugs": "https://github.com/embark-framework/embark/issues",
"keywords": [],
"files": [
"dist"
"dist",
"suggestions.json"
],
"license": "MIT",
"repository": {