We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b944da commit 5fb99b3Copy full SHA for 5fb99b3
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "query-selector-shadow-dom",
3
- "version": "0.1.0",
+ "version": "0.2.0",
4
"description": "use querySelector syntax to search for nodes inside of (nested) shadow roots",
5
"main": "src/querySelectorDeep.js",
6
"scripts": {
@@ -43,13 +43,11 @@
43
"rollup-plugin-babel": "^3.0.6",
44
"rollup-plugin-istanbul": "^2.0.1",
45
"rollup-plugin-sourcemaps": "^0.4.2",
46
- "rollup-plugin-uglify": "^4.0.0"
+ "rollup-plugin-uglify": "^4.0.0",
47
+ "puppeteer": "^1.5.0"
48
},
49
"repository": {
50
"type": "git",
51
"url": "https://github.com/Georgegriff/query-selector-shadow-dom"
- },
52
- "dependencies": {
53
- "puppeteer": "^1.5.0"
54
}
55
0 commit comments