js-formdata-validator
Advanced tools
Comparing version 0.2.1 to 0.2.2
{ | ||
"name": "js-formdata-validator", | ||
"private": false, | ||
"version": "0.2.1", | ||
"version": "0.2.2", | ||
"type": "module", | ||
@@ -29,17 +29,21 @@ "main": "./dist/js-formdata-validator.umd.cjs", | ||
"lint": "eslint . --max-warnings 0 --report-unused-disable-directives", | ||
"lint:fix": "eslint . --fix" | ||
"lint:fix": "eslint . --fix", | ||
"prepare": "husky install" | ||
}, | ||
"devDependencies": { | ||
"@commitlint/cli": "^17.4.2", | ||
"@commitlint/config-conventional": "^17.4.2", | ||
"@types/node": "^18.11.17", | ||
"@typescript-eslint/eslint-plugin": "^5.46.1", | ||
"@typescript-eslint/parser": "^5.46.1", | ||
"@vitest/coverage-c8": "^0.27.0", | ||
"@vitest/coverage-c8": "^0.29.2", | ||
"eslint": "^8.30.0", | ||
"eslint-config-prettier": "^8.5.0", | ||
"prettier": "2.8.3", | ||
"husky": "^8.0.3", | ||
"prettier": "2.8.4", | ||
"typescript": "^4.9.4", | ||
"vite": "^4.0.0", | ||
"vite-plugin-dts": "^1.7.1", | ||
"vitest": "^0.27.0" | ||
"vite-plugin-dts": "^2.0.2", | ||
"vitest": "^0.29.1" | ||
} | ||
} |
@@ -17,2 +17,11 @@ # JS Form Validator | ||
## Nuxt 2 Installation | ||
``` | ||
// nuxt.config.js | ||
// Add transpile | ||
build: { | ||
transpile: [/js-formdata-validator/], | ||
}, | ||
``` | ||
## Usage | ||
@@ -19,0 +28,0 @@ |
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
40638
13
851
197
14