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" "solidity"
], ],
"files": [ "files": [
"dist/lib", "dist/lib"
"suggestions.json"
], ],
"license": "MIT", "license": "MIT",
"repository": { "repository": {

View File

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