Skip to content

Commit

Permalink
remove puppeteer dep
Browse files Browse the repository at this point in the history
  • Loading branch information
Georgegriff committed Jul 9, 2018
1 parent 1b944da commit 5fb99b3
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "query-selector-shadow-dom",
"version": "0.1.0",
"version": "0.2.0",
"description": "use querySelector syntax to search for nodes inside of (nested) shadow roots",
"main": "src/querySelectorDeep.js",
"scripts": {
Expand Down Expand Up @@ -43,13 +43,11 @@
"rollup-plugin-babel": "^3.0.6",
"rollup-plugin-istanbul": "^2.0.1",
"rollup-plugin-sourcemaps": "^0.4.2",
"rollup-plugin-uglify": "^4.0.0"
"rollup-plugin-uglify": "^4.0.0",
"puppeteer": "^1.5.0"
},
"repository": {
"type": "git",
"url": "https://github.com/Georgegriff/query-selector-shadow-dom"
},
"dependencies": {
"puppeteer": "^1.5.0"
}
}

0 comments on commit 5fb99b3

Please sign in to comment.