From b300b16a58d0586f72ddcd21fba89cd49bfce31d Mon Sep 17 00:00:00 2001 From: Joshua Peek Date: Fri, 24 Aug 2018 14:41:58 -0700 Subject: [PATCH] selector-observer 2.1.2 --- package.json | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 20c489a..23cd91a 100644 --- a/package.json +++ b/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", @@ -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" },