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

Commit

Permalink
1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
dgraham committed Mar 26, 2020
1 parent e18d9a1 commit 06dec26
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

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

6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@github/query-selector",
"version": "1.0.3",
"version": "1.0.4",
"description": "Query the document tree by selector, filtering by element type.",
"repository": "github/query-selector",
"main": "dist/index.umd.js",
Expand Down Expand Up @@ -43,7 +43,9 @@
"babel": {
"env": {
"esm": {
"presets": ["@babel/flow"]
"presets": [
"@babel/flow"
]
},
"umd": {
"plugins": [
Expand Down

0 comments on commit 06dec26

Please sign in to comment.