matt-utils
Advanced tools
Comparing version 1.3.0 to 1.3.1
@@ -1,2 +0,2 @@ | ||
declare module "index" { | ||
declare module "matt-utils" { | ||
/** | ||
@@ -3,0 +3,0 @@ * Shorthand for `document.getElementById` |
{ | ||
"name": "matt-utils", | ||
"version": "1.3.0", | ||
"version": "1.3.1", | ||
"description": "Some simple shothands for some js functions and methods", | ||
@@ -10,3 +10,3 @@ "main": "dist/matt-utils.js", | ||
"build:prod": "rollup -c & npm run declarations", | ||
"docs": "jsdoc2md src/index.js > api.md", | ||
"docs": "jsdoc2md src/matt-utils.js > api.md", | ||
"test": "jest --verbose" | ||
@@ -32,4 +32,4 @@ }, | ||
"devDependencies": { | ||
"@babel/core": "^7.10.3", | ||
"@babel/preset-env": "^7.10.3", | ||
"@babel/core": "^7.10.4", | ||
"@babel/preset-env": "^7.10.4", | ||
"@rollup/plugin-babel": "^5.0.4", | ||
@@ -39,12 +39,12 @@ "@rollup/plugin-commonjs": "^13.0.0", | ||
"babel-eslint": "^10.1.0", | ||
"browserslist": "^4.12.0", | ||
"browserslist": "^4.13.0", | ||
"core-js": "^3.6.5", | ||
"eslint": "^7.3.1", | ||
"eslint": "^7.4.0", | ||
"jest": "^26.1.0", | ||
"jsdoc-to-markdown": "^6.0.1", | ||
"rollup": "^2.18.0", | ||
"rollup": "^2.19.0", | ||
"rollup-plugin-eslint": "^7.0.0", | ||
"rollup-plugin-terser": "^6.1.0", | ||
"typescript": "^3.9.5" | ||
"typescript": "^3.9.6" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
20427