Skip to content

Commit 3ceffa8

Browse files
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`.
1 parent 0ca8635 commit 3ceffa8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

packages/core/console/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@
1616
"solidity"
1717
],
1818
"files": [
19-
"dist/lib",
20-
"suggestions.json"
19+
"dist/lib"
2120
],
2221
"license": "MIT",
2322
"repository": {

packages/plugins/suggestions/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
"bugs": "https://github.com/embark-framework/embark/issues",
99
"keywords": [],
1010
"files": [
11-
"dist"
11+
"dist",
12+
"suggestions.json"
1213
],
1314
"license": "MIT",
1415
"repository": {

0 commit comments

Comments
 (0)