Removed gsheets tab in config, unused import in package json

This commit is contained in:
efarooqui
2020-09-14 08:17:48 -07:00
parent 75831cbb52
commit 35f8460eb4
3 changed files with 2 additions and 8 deletions

1
.gitignore vendored
View File

@@ -14,3 +14,4 @@ tags
tags.lock tags.lock
tags.temp tags.temp
src/config.js src/config.js
src/local.config.js

View File

@@ -28,7 +28,6 @@
"express-handlebars": "^4.0.4", "express-handlebars": "^4.0.4",
"googleapis": "^32.0.0", "googleapis": "^32.0.0",
"graphql": "^0.13.2", "graphql": "^0.13.2",
"moment": "^2.27.0",
"morgan": "^1.8.0", "morgan": "^1.8.0",
"mz": "^2.7.0", "mz": "^2.7.0",
"node-fetch": "^2.3.0", "node-fetch": "^2.3.0",

View File

@@ -1,13 +1,7 @@
import { timemap } from './lib' import { timemap } from './lib'
export default { export default {
gsheets: [ gsheets: [],
{
name: 'us2020',
id: '1I_pgyTQJlIorTIEHBxw1mM1STn-SrIi66FKYxut61iM',
tabs: timemap.default
}
],
xlsx: [ xlsx: [
{ {
name: 'timemap_data', name: 'timemap_data',