Skip to content

Commit c941de6

Browse files
authored
Merge pull request #397 from liferay/wincent/named-scope-jquery-form
chore(jquery-form): prepare to release jquery-form under named scope
2 parents ee97e74 + 3ed6c2c commit c941de6

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

third-party/projects/jquery-form/package.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "jquery-form",
2+
"name": "@liferay/jquery-form",
33
"title": "jQuery Form Plugin",
44
"description": "A simple way to AJAX-ify any form on your page; with file upload and progress support.",
55
"keywords": [
@@ -41,5 +41,10 @@
4141
"gulp-uglify": "~0.2.1",
4242
"gulp-concat": "~2.1.7",
4343
"gulp-jshint": "~1.4.2"
44+
},
45+
"repository": {
46+
"directory": "third-party/projects/jquery-form",
47+
"type": "git",
48+
"url": "https://github.com/liferay/liferay-frontend-projects.git"
4449
}
4550
}

0 commit comments

Comments
 (0)