@lod/react-screen-media
Advanced tools
Comparing version 1.0.0-beta1 to 1.0.0-beta2
{ | ||
"name": "@lod/react-screen-media", | ||
"version": "1.0.0-beta1", | ||
"version": "1.0.0-beta2", | ||
"description": "Handles showing media based on device display and media queries", | ||
"main": "dist/index.js", | ||
"scripts": { | ||
"build": "npm run lint && tsc", | ||
"build": "npm run lint && tsc --declaration index.d.ts", | ||
"lint": "tslint -p tsconfig.json -c tslint.json", | ||
@@ -9,0 +9,0 @@ "test": "jest --coverage" |
11206
13