Skip to content
This repository has been archived by the owner on May 23, 2022. It is now read-only.

Commit

Permalink
selector-observer 2.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
josh committed Aug 24, 2018
1 parent f1088e2 commit b300b16
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "selector-observer",
"version": "2.1.1",
"version": "2.1.2",
"description": "Allows you to monitor DOM elements that match a CSS selector",
"main": "dist/index.umd.js",
"module": "dist/index.esm.js",
Expand All @@ -25,7 +25,12 @@
"url": "https://github.com/josh/selector-observer/issues"
},
"homepage": "https://github.com/josh/selector-observer#readme",
"files": ["dist/index.esm.js.flow", "dist/index.esm.js", "dist/index.umd.js.flow", "dist/index.umd.js"],
"files": [
"dist/index.esm.js.flow",
"dist/index.esm.js",
"dist/index.umd.js.flow",
"dist/index.umd.js"
],
"dependencies": {
"selector-set": "^1.1"
},
Expand Down

0 comments on commit b300b16

Please sign in to comment.