mirror of https://github.com/embarklabs/embark.git
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:
parent
0ca8635538
commit
3ceffa8454
|
@ -16,8 +16,7 @@
|
|||
"solidity"
|
||||
],
|
||||
"files": [
|
||||
"dist/lib",
|
||||
"suggestions.json"
|
||||
"dist/lib"
|
||||
],
|
||||
"license": "MIT",
|
||||
"repository": {
|
||||
|
|
|
@ -8,7 +8,8 @@
|
|||
"bugs": "https://github.com/embark-framework/embark/issues",
|
||||
"keywords": [],
|
||||
"files": [
|
||||
"dist"
|
||||
"dist",
|
||||
"suggestions.json"
|
||||
],
|
||||
"license": "MIT",
|
||||
"repository": {
|
||||
|
|
Loading…
Reference in New Issue