Skip to content
This repository was archived by the owner on Oct 21, 2021. It is now read-only.

Commit 06dec26

Browse files
committed
1.0.4
1 parent e18d9a1 commit 06dec26

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@github/query-selector",
3-
"version": "1.0.3",
3+
"version": "1.0.4",
44
"description": "Query the document tree by selector, filtering by element type.",
55
"repository": "github/query-selector",
66
"main": "dist/index.umd.js",
@@ -43,7 +43,9 @@
4343
"babel": {
4444
"env": {
4545
"esm": {
46-
"presets": ["@babel/flow"]
46+
"presets": [
47+
"@babel/flow"
48+
]
4749
},
4850
"umd": {
4951
"plugins": [

0 commit comments

Comments
 (0)