element-height-observer
Advanced tools
Comparing version 0.0.2 to 0.0.3
{ | ||
"name": "element-height-observer", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "Allows you to add an efficient height listener to any dom element and execute a callback when its height changes", | ||
"main": "index.js", | ||
"main": "dist/index.min.js", | ||
"types": "dist/index.d.ts", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1", | ||
"build": "tsc && uglifyjs index.js -m -c -o index.min.js" | ||
"build": "tsc && uglifyjs dist/index.js -m -c -o dist/index.min.js" | ||
}, | ||
@@ -10,0 +11,0 @@ "repository": "https://github.com/bertyhell/element-height-observer", |
@@ -9,5 +9,8 @@ { | ||
"strictNullChecks": true, | ||
"declaration": true, | ||
"noEmit": false, | ||
"sourceMap": true, | ||
"strict": true, | ||
"target": "es5", | ||
"outDir": "dist", | ||
"lib": [ | ||
@@ -14,0 +17,0 @@ "dom", |
12687
13
154