-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
70ba3fb
commit 11d01ae
Showing
11 changed files
with
11 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
"version": "0.1.5", | ||
"main": "dist/index.js", | ||
"files": [ | ||
"./dist" | ||
"./dist/*" | ||
], | ||
"description": "Vulcan core features", | ||
"author": "eric-burel <[email protected]>", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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]>", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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", | ||
|