Skip to content

Commit 5fb99b3

Browse files
committed
remove puppeteer dep
1 parent 1b944da commit 5fb99b3

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

package.json

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "query-selector-shadow-dom",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"description": "use querySelector syntax to search for nodes inside of (nested) shadow roots",
55
"main": "src/querySelectorDeep.js",
66
"scripts": {
@@ -43,13 +43,11 @@
4343
"rollup-plugin-babel": "^3.0.6",
4444
"rollup-plugin-istanbul": "^2.0.1",
4545
"rollup-plugin-sourcemaps": "^0.4.2",
46-
"rollup-plugin-uglify": "^4.0.0"
46+
"rollup-plugin-uglify": "^4.0.0",
47+
"puppeteer": "^1.5.0"
4748
},
4849
"repository": {
4950
"type": "git",
5051
"url": "https://github.com/Georgegriff/query-selector-shadow-dom"
51-
},
52-
"dependencies": {
53-
"puppeteer": "^1.5.0"
5452
}
5553
}

0 commit comments

Comments
 (0)