feat: added @auth directive

This commit is contained in:
Wyatt Johnson
2018-07-04 14:44:26 -06:00
parent e450fa05e0
commit 3e90877012
6 changed files with 67 additions and 18 deletions
-2
View File
@@ -19,7 +19,6 @@
"start:webpackDevServer": "node ./scripts/start.js",
"start": "node dist/index.js",
"test": "node scripts/test.js --env=jsdom",
"watch:types": "nodemon --config ./config/nodemon/types.json",
"watch": "NODE_ENV=development ts-node ./scripts/watcher/bin/watcher.ts ./config/watcher.ts"
},
"author": "",
@@ -112,7 +111,6 @@
"html-webpack-plugin": "^3.2.0",
"jest": "^23.2.0",
"loader-utils": "^1.1.0",
"nodemon": "^1.17.5",
"npm-run-all": "^4.1.3",
"postcss-flexbugs-fixes": "^3.3.1",
"postcss-font-magician": "^2.2.1",