Compare commits

..

No commits in common. "2584a58df25c1c66f07433b547ede1b976d03a89" and "744e48e812ef321c58732b7a7c8571a48be1f5ff" have entirely different histories.

3 changed files with 4 additions and 4 deletions

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "bom2table",
"version": "2.0.0",
"version": "1.3.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "bom2table",
"version": "2.0.0",
"version": "1.3.0",
"license": "MIT",
"dependencies": {
"csvtojson": "^2.0.10"

View File

@ -1,6 +1,6 @@
{
"name": "bom2table",
"version": "2.0.0",
"version": "1.3.0",
"description": "",
"main": "bom2table.js",
"scripts": {

View File

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