Skip to content

Commit

Permalink
Update package.json to version 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nasdan committed Apr 3, 2019
1 parent d614b42 commit ef90ed1
Showing 1 changed file with 23 additions and 5 deletions.
28 changes: 23 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,34 @@
{
"name": "lc-validator-fields-match",
"version": "0.1.0",
"description": "",
"main": "index.js",
"version": "1.0.0",
"description": "lc-form-validation validator for if two fields match",
"files": [
"dist",
"es",
"lib",
"index.d.ts",
"LICENSE",
"package.json",
"readme.md"
],
"browser": "lib/index.js",
"main": "lib/index.js",
"module": "lib/index.esm.js",
"types": "index.d.ts",
"jsnext:main": "es/index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/Lemoncode/lc-validator-fields-match.git"
},
"keywords": [
"lc-form-validation",
"form",
"validation",
"validator"
"validator",
"fields-match"
],
"homepage": "https://github.com/Lemoncode/lc-validator-fields-match/blob/master/readme.md",
"author": "lc-form-validation validator for if two fields match",
"author": "Lemoncode",
"contributors": [
"Javier Calzado <javi.calzado@lemoncode.net> (https://github.com/fjcalzado)",
"Sara Lissette Luis Ibáñez <lissette.ibnz@gmail.com> (https://github.com/LissetteIbnz)"
Expand Down

0 comments on commit ef90ed1

Please sign in to comment.