This commit is contained in:
Nick Playfair 2021-03-07 17:03:00 +00:00
parent 5fc325d2e1
commit 0d0eda4567
3 changed files with 4 additions and 4 deletions

View File

@ -1,2 +1,2 @@
publish = "dist/" publish = "dist"
command = "npm run build" command = "npm run build"

4
package-lock.json generated
View File

@ -1,11 +1,11 @@
{ {
"name": "bom2table", "name": "bom2table",
"version": "1.0.0", "version": "1.1.0",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"version": "1.0.0", "version": "1.1.0",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"csvtojson": "^2.0.10", "csvtojson": "^2.0.10",

View File

@ -1,6 +1,6 @@
{ {
"name": "bom2table", "name": "bom2table",
"version": "1.0.0", "version": "1.1.0",
"description": "", "description": "",
"main": "index.html", "main": "index.html",
"scripts": { "scripts": {