Skip to content

Commit

Permalink
removed cheerio dependency
Browse files Browse the repository at this point in the history
added node_modules to .gitignore
  • Loading branch information
arjangeertsema committed Jan 17, 2025
1 parent d690a6e commit e459d50
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
components
build
node_modules
8 changes: 7 additions & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,12 @@
"test": "test"
},
"dependencies": {
"cheerio-select": "0.0.3",
"component-props": "1.1.1",
"component-xor": "0.0.4"
},
"devDependencies": {
"component": "0.x",
"chalk": "2.1.0",
"component": "0.x",
"component-domify": "1.2.2",
"component-test": "0.1.7",
"mini-html-parser": "0.0.3",
Expand All @@ -38,4 +37,4 @@
"url": "https://github.com/MatthewMueller/dom-iterator/issues"
},
"homepage": "https://github.com/MatthewMueller/dom-iterator"
}
}

0 comments on commit e459d50

Please sign in to comment.