0
0
Fork 0

Add CSV parser

This commit is contained in:
Oliver-Akins 2021-01-03 15:55:03 -07:00
parent 9743e1a53a
commit 6bb5fc322f

View file

@ -48,6 +48,7 @@ export default {
"Toml": "https://www.npmjs.com/package/toml", "Toml": "https://www.npmjs.com/package/toml",
"tslog": "https://www.npmjs.com/package/tslog", "tslog": "https://www.npmjs.com/package/tslog",
"Socket.io": "https://socket.io", "Socket.io": "https://socket.io",
"neat-csv": "https://github.com/sindresorhus/neat-csv",
} }
}}, }},
computed: {}, computed: {},