This is an automated email from the ASF dual-hosted git repository.
jleroux pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/ofbiz-framework.git
The following commit(s) were added to refs/heads/trunk by this push:
new 3c1e659 Improved: no functional change, format package.json as done
by Eclipse Json editor
3c1e659 is described below
commit 3c1e659b5ede6bbc4f9cb143c0d5763673a517d0
Author: Jacques Le Roux <[email protected]>
AuthorDate: Thu Jan 27 11:54:34 2022 +0100
Improved: no functional change, format package.json as done by Eclipse Json
editor
Use 4 spaces indenting instead of 2, shared with std text editor
---
themes/common-theme/webapp/common/js/package.json | 30 +++++++++++------------
1 file changed, 15 insertions(+), 15 deletions(-)
diff --git a/themes/common-theme/webapp/common/js/package.json
b/themes/common-theme/webapp/common/js/package.json
index 036a227..012559d 100644
--- a/themes/common-theme/webapp/common/js/package.json
+++ b/themes/common-theme/webapp/common/js/package.json
@@ -1,17 +1,17 @@
{
- "name": "ofbiz-framework",
- "description": "ofbiz-framework NPM dependencies configuration",
- "repository": "https://github.com/apache/ofbiz-framework.git",
- "license": "Apache-2.0",
- "dependencies": {
- "jquery": "^3.6.0",
- "jquery-migrate": "^3.3.2",
- "jquery-validation": "^1.19.3",
- "jquery.browser": "^0.1.0",
- "dompurify": "^2.3.4",
- "jquery-ui-dist": "^1.13.0",
- "trumbowyg": "^2.25.1",
- "flot": "^4.2.2",
- "@chinchilla-software/jquery-ui-timepicker-addon": "^1.6.3"
- }
+ "name": "ofbiz-framework",
+ "description": "ofbiz-framework NPM dependencies configuration",
+ "repository": "https://github.com/apache/ofbiz-framework.git",
+ "license": "Apache-2.0",
+ "dependencies": {
+ "jquery": "^3.6.0",
+ "jquery-migrate": "^3.3.2",
+ "jquery-validation": "^1.19.3",
+ "jquery.browser": "^0.1.0",
+ "dompurify": "^2.3.4",
+ "jquery-ui-dist": "^1.13.0",
+ "trumbowyg": "^2.25.1",
+ "flot": "^4.2.2",
+ "@chinchilla-software/jquery-ui-timepicker-addon": "^1.6.3",
+ }
}