Skip to content

Commit

Permalink
chore(release): 13.0.2-3
Browse files Browse the repository at this point in the history
  • Loading branch information
thetutlage committed Jul 4, 2023
1 parent ee4eaf2 commit c3437dc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
{
"name": "@adonisjs/validator",
"version": "13.0.2-2",
"version": "13.0.2-3",
"description": "Validator for adonis framework",
"main": "build/index.js",
"type": "module",
"files": [
"build/providers",
"build/providers",
"build/src",
"build/index.d.ts",
"build/index.js"
],
"exports": {
".": "./build/index.js",
"./validator_provider": "./build/providers/validator_provider.js",
"./validator_provider": "./build/providers/validator_provider.js",
"./types": "./build/src/types.js"
},
"engines": {
Expand Down

0 comments on commit c3437dc

Please sign in to comment.