spanning-css-polyfill
Advanced tools
Comparing version 2.0.4 to 2.0.5
{ | ||
"name": "spanning-css-polyfill", | ||
"version": "2.0.4", | ||
"version": "2.0.5", | ||
"description": "Polyfill for CSS spanning media query", | ||
@@ -8,3 +8,3 @@ "module": "build/spanning-css-polyfill.js", | ||
"type": "module", | ||
"types": "", | ||
"types": "build/index.d.ts", | ||
"exports": "build/spanning-css-polyfill.js", | ||
@@ -17,6 +17,7 @@ "devDependencies": { | ||
"tape": "^5.0.1", | ||
"tape-es": "^1.2.11" | ||
"tape-es": "^1.2.11", | ||
"typescript": "^3.9.7" | ||
}, | ||
"scripts": { | ||
"build": "microbundle -f es -o build/", | ||
"build": "microbundle -f es -o build/ && tsc", | ||
"dev": "concurrently serve \"microbundle -f es watch\"", | ||
@@ -23,0 +24,0 @@ "test": "tape-es tests/*.js", |
15297
7