Skip to content

Commit 4a529b0

Browse files
committed
v1.3.1 - NPM version bump
1 parent de6e2e5 commit 4a529b0

File tree

1 file changed

+22
-22
lines changed

1 file changed

+22
-22
lines changed

package.json

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
11
{
2-
"name": "laravel-cuit-validation-rule",
3-
"version": "1.0.2",
4-
"description": "Rule for the validation of the CUIT (Argentina) within Laravel Validator.",
5-
"main": "src/CUIT.php",
6-
"scripts": {
7-
"test": "echo \"Error: no test specified\" && exit 1"
8-
},
9-
"repository": {
10-
"type": "git",
11-
"url": "git+https://github.com/global-innovation/laravel-cuit-validation-rule.git"
12-
},
13-
"keywords": [
14-
"cuit",
15-
"laravel-validator",
16-
"argentina"
17-
],
18-
"author": "Matias Perrone",
19-
"license": "MIT",
20-
"bugs": {
21-
"url": "https://github.com/global-innovation/laravel-cuit-validation-rule/issues"
22-
},
23-
"homepage": "https://github.com/global-innovation/laravel-cuit-validation-rule#readme"
2+
"name": "laravel-cuit-validation-rule",
3+
"version": "1.3.1",
4+
"description": "Rule for the validation of the CUIT (Argentina) within Laravel Validator.",
5+
"main": "src/CUIT.php",
6+
"scripts": {
7+
"test": "echo \"Error: no test specified\" && exit 1"
8+
},
9+
"repository": {
10+
"type": "git",
11+
"url": "git+https://github.com/global-innovation/laravel-cuit-validation-rule.git"
12+
},
13+
"keywords": [
14+
"cuit",
15+
"laravel-validator",
16+
"argentina"
17+
],
18+
"author": "Matias Perrone",
19+
"license": "MIT",
20+
"bugs": {
21+
"url": "https://github.com/global-innovation/laravel-cuit-validation-rule/issues"
22+
},
23+
"homepage": "https://github.com/global-innovation/laravel-cuit-validation-rule#readme"
2424
}

0 commit comments

Comments
 (0)