Skip to content

Commit cdf7590

Browse files
committed
refactor module into src/
1 parent 87fa96d commit cdf7590

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

package.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
11
{
22
"name": "graphql-codegen-join-documents",
33
"version": "0.1.0",
4-
"main": "join-documents.js",
5-
"scripts": {
6-
"test": "echo \"Error: no test specified\" && exit 1"
7-
},
4+
"main": "src/index.js",
85
"dependencies": {
96
"graphql": "^15.0.0"
107
}
File renamed without changes.

0 commit comments

Comments
 (0)