select-dom
Advanced tools
Comparing version 6.0.1 to 6.0.2
{ | ||
"name": "select-dom", | ||
"version": "6.0.1", | ||
"version": "6.0.2", | ||
"description": "Extra lightweight DOM selector helper", | ||
@@ -26,4 +26,4 @@ "keywords": [ | ||
"scripts": { | ||
"build": "tsc --sourceMap false", | ||
"prepublishOnly": "tsc", | ||
"build": "tsc", | ||
"prepack": "tsc --sourceMap false", | ||
"test": "tsc && tsd && xo && browserify -p esmify test.js | tape-run", | ||
@@ -38,2 +38,3 @@ "watch": "tsc --watch" | ||
"@typescript-eslint/prefer-for-of": "off", | ||
"@typescript-eslint/prefer-readonly-parameter-types": "off", | ||
"valid-jsdoc": "off", | ||
@@ -49,8 +50,8 @@ "prefer-spread": "off", | ||
"esmify": "^2.1.1", | ||
"tape": "^4.13.2", | ||
"tape": "^5.0.0", | ||
"tape-run": "^7.0.0", | ||
"tsd": "^0.11.0", | ||
"typescript": "^3.8.3", | ||
"xo": "^0.28.3" | ||
"xo": "^0.30.0" | ||
} | ||
} |
9768