Compare commits

..

2 Commits

Author SHA1 Message Date
Nick Playfair
2584a58df2 2.0.0 2025-06-11 23:54:06 +01:00
Nick Playfair
fb632c1f72 remove unused import 2025-06-11 23:53:52 +01:00
3 changed files with 4 additions and 4 deletions

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{ {
"name": "bom2table", "name": "bom2table",
"version": "1.3.0", "version": "2.0.0",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "bom2table", "name": "bom2table",
"version": "1.3.0", "version": "2.0.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.3.0", "version": "2.0.0",
"description": "", "description": "",
"main": "bom2table.js", "main": "bom2table.js",
"scripts": { "scripts": {

View File

@ -1,4 +1,4 @@
import { rejectedParts, headers } from './config'; import { rejectedParts } from './config';
export function isJunk(element: part): boolean { export function isJunk(element: part): boolean {
// Returns true if element is in the rejected list // Returns true if element is in the rejected list