Skip to content

Commit

Permalink
include files correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
eric-burel committed Nov 25, 2020
1 parent 70ba3fb commit 11d01ae
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.1.5",
"main": "dist/index.js",
"files": [
"./dist"
"./dist/*"
],
"description": "Vulcan core features",
"author": "eric-burel <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion packages/demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Vulcan core features",
"main": "dist/index.js",
"files": [
"./dist"
"./dist/*"
],
"author": "eric-burel <[email protected]>",
"homepage": "https://github.com/VulcanJS/vulcan-npm#readme",
Expand Down
2 changes: 1 addition & 1 deletion packages/graphql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.1.5",
"main": "./dist/index.js",
"files": [
"./dist"
"./dist/*"
],
"description": "Vulcan graphQL schema generator",
"author": "eric-burel <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion packages/mdx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Vulcan MDX (Markdown + JSX) helpers",
"main": "./dist/index.js",
"files": [
"./dist"
"./dist/*"
],
"author": "eric-burel <[email protected]>",
"homepage": "https://github.com/VulcanJS/vulcan-npm#readme",
Expand Down
2 changes: 1 addition & 1 deletion packages/meteor-legacy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Vulcan Meteor bindings",
"main": "./dist/index.js",
"files": [
"./dist"
"./dist/*"
],
"author": "eric-burel <[email protected]>",
"homepage": "https://github.com/VulcanJS/vulcan-npm#readme",
Expand Down
2 changes: 1 addition & 1 deletion packages/model/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Vulcan domain models built from schema",
"main": "./dist/index.js",
"files": [
"./dist"
"./dist/*"
],
"author": "eric-burel <[email protected]>",
"homepage": "https://github.com/VulcanJS/vulcan-npm#readme",
Expand Down
2 changes: 1 addition & 1 deletion packages/mongo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Vulcan mongo bindings and helpers",
"main": "./dist/index.js",
"files": [
"./dist"
"./dist/*"
],
"author": "eric-burel <[email protected]>",
"homepage": "https://github.com/VulcanJS/vulcan-npm#readme",
Expand Down
2 changes: 1 addition & 1 deletion packages/multi-env-demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Vulcan demonstration of a fullstack packages (client AND server exports)",
"main": "./dist/index.js",
"files": [
"./dist"
"./dist/*"
],
"author": "eric-burel <[email protected]>",
"homepage": "https://github.com/VulcanJS/vulcan-npm#readme",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-hooks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Connect to an existing Vulcan backend using hooks",
"main": "./dist/index.js",
"files": [
"./dist"
"./dist/*"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
Expand Down
2 changes: 1 addition & 1 deletion packages/schema/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Vulcan JS schema",
"main": "./dist/index.js",
"files": [
"./dist"
"./dist/*"
],
"author": "eric-burel <[email protected]>",
"homepage": "https://github.com/VulcanJS/vulcan-npm#readme",
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Vulcan helpers",
"main": "./dist/index.js",
"files": [
"./dist"
"./dist/*"
],
"author": "eric-burel <[email protected]>",
"homepage": "https://github.com/VulcanJS/vulcan-npm#readme",
Expand Down

0 comments on commit 11d01ae

Please sign in to comment.