-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #5 from smithki/development
Release v2.0.1
- Loading branch information
Showing
3 changed files
with
17 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "watch-resize", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "Watch any DOM element for size changes using Observables.", | ||
"author": "Ian K Smith <[email protected]>", | ||
"license": "MIT", | ||
|
@@ -19,8 +19,8 @@ | |
"build": "npm-run-all -s clean:dist -p compile:*", | ||
"compile:cjs": "microbundle build src/index.cjs.ts --format cjs --external rxjs", | ||
"compile:umd": "microbundle build src/index.umd.ts --format umd --name watchResize --external rxjs", | ||
"compile_watch:cjs": "microbundle watch src/index.cjs.ts --format cjs", | ||
"compile_watch:umd": "microbundle watch src/index.umd.ts --format umd --name watchResize", | ||
"compile_watch:cjs": "microbundle watch src/index.cjs.ts --format cjs --external none", | ||
"compile_watch:umd": "microbundle watch src/index.umd.ts --format umd --name watchResize --external none", | ||
"clean": "npm-run-all -s clean:*", | ||
"clean:dist": "rimraf dist", | ||
"clean:cache": "rimraf .rts2_cache_*", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters