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"
|
"solidity"
|
||||||
],
|
],
|
||||||
"files": [
|
"files": [
|
||||||
"dist/lib",
|
"dist/lib"
|
||||||
"suggestions.json"
|
|
||||||
],
|
],
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"repository": {
|
"repository": {
|
||||||
|
|
|
@ -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": {
|
||||||
|
|
Loading…
Reference in New Issue