MInor change that may work in the future

This commit is contained in:
Luis Alvarez 2020-09-29 23:41:48 -05:00
parent c71d400142
commit 33cb4ea905

View File

@ -8,6 +8,10 @@
"start": "next start",
"generate": "graphql-codegen"
},
"graphql": {
"schema": "lib/bigcommerce/schema.graphql",
"documents": "lib/bigcommerce/**/*.{graphql,js,ts,jsx,tsx}"
},
"dependencies": {
"@tailwindcss/ui": "^0.6.2",
"@types/classnames": "^2.2.10",