From 70923515c65e1c58eddaab6efd8081f259a8f44d Mon Sep 17 00:00:00 2001 From: Greg Hurrell Date: Mon, 8 Feb 2021 12:38:47 +0100 Subject: [PATCH 1/2] chore(jquery-form): prepare to release jquery-form under named scope --- third-party/projects/jquery-form/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/third-party/projects/jquery-form/package.json b/third-party/projects/jquery-form/package.json index a735586951..a7d2c52a04 100644 --- a/third-party/projects/jquery-form/package.json +++ b/third-party/projects/jquery-form/package.json @@ -1,5 +1,5 @@ { - "name": "jquery-form", + "name": "@liferay/jquery-form", "title": "jQuery Form Plugin", "description": "A simple way to AJAX-ify any form on your page; with file upload and progress support.", "keywords": [ From 3ed6c2c43825c702dc38dd290b06f3e87951dc10 Mon Sep 17 00:00:00 2001 From: Greg Hurrell Date: Mon, 8 Feb 2021 12:47:43 +0100 Subject: [PATCH 2/2] chore(jquery-form): note repository in package.json So if somebody installs the named-scope version of the package, they can tell by inspection where to look up the source code from which it was built. --- third-party/projects/jquery-form/package.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/third-party/projects/jquery-form/package.json b/third-party/projects/jquery-form/package.json index a7d2c52a04..fbb1b183b0 100644 --- a/third-party/projects/jquery-form/package.json +++ b/third-party/projects/jquery-form/package.json @@ -41,5 +41,10 @@ "gulp-uglify": "~0.2.1", "gulp-concat": "~2.1.7", "gulp-jshint": "~1.4.2" + }, + "repository": { + "directory": "third-party/projects/jquery-form", + "type": "git", + "url": "https://github.com/liferay/liferay-frontend-projects.git" } }