Merge branch 'main' of github.com:nplayfair/bom2table

# Conflicts:
#	package-lock.json
#	package.json
#	src/bom2table.js
This commit is contained in:
Nick Playfair 2021-03-07 17:38:30 +00:00
commit 4b64323e4b

3
.gitignore vendored
View File

@ -1,5 +1,6 @@
.DS_Store .DS_Store
._* ._*
node_modules/ node_modules/
.parcel-cache/
*.csv *.csv
dist/ dist/*