Split the library into smaller files

This commit is contained in:
2020-09-22 08:14:25 +10:00
parent 333154fd7b
commit 7f04a656c2
10 changed files with 342 additions and 323 deletions

View File

@@ -2,7 +2,7 @@
"name": "sineql",
"version": "0.2.1",
"description": "A simple to use graphQL clone",
"main": "index.js",
"main": "source/index.js",
"scripts": {
"test": "cd test-server && npm install && npm run node"
},