Skip to content

Commit 1d617b4

Browse files
authored
Merge pull request #19 from os1r1s110/patch-5
Update dependencies and add package-lock.json
2 parents 742652c + 6709a6d commit 1d617b4

File tree

2 files changed

+36
-7
lines changed

2 files changed

+36
-7
lines changed

package-lock.json

Lines changed: 30 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "multi-step-form-js",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "Multi Step Form with jQuery Validation",
55
"main": "index.js",
66
"keywords": [
@@ -20,16 +20,15 @@
2020
"type": "git",
2121
"url": "https://github.com/mgildea/Multi-Step-Form-Js.git"
2222
},
23-
"author": "Matthew Gildea <mattgildea@hotmail.com> (https://github.com/mgildea)",
23+
"author": "Matthew Gildea <mattgildea@hotmail.com> (https://github.com/mgildea)",
2424
"license": "MIT",
2525
"bugs": {
2626
"url": "https://github.com/mgildea/Multi-Step-Form-Js/issues"
2727
},
2828
"homepage": "https://github.com/mgildea/Multi-Step-Form-Js",
2929
"dependencies": {
30-
"jquery": "^2.2.0",
31-
"jquery-validation":"^1.16",
32-
"jquery-validation-unobtrusive": "3.2.6"
30+
"jquery": "^3.3.1",
31+
"jquery-validation": "^1.17.0",
32+
"jquery-validation-unobtrusive": "3.2.10"
3333
}
34-
35-
}
34+
}

0 commit comments

Comments
 (0)