This is an automated email from the ASF dual-hosted git repository. danwatford 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 65dfc40 Improved: Fix syntax error in package.json 65dfc40 is described below commit 65dfc407cb44b39683f18863854fcc4677d30466 Author: Daniel Watford <dan...@watfordconsulting.com> AuthorDate: Thu Jan 27 11:52:41 2022 +0000 Improved: Fix syntax error in package.json --- themes/common-theme/webapp/common/js/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/common-theme/webapp/common/js/package.json b/themes/common-theme/webapp/common/js/package.json index 012559d..350c311 100644 --- a/themes/common-theme/webapp/common/js/package.json +++ b/themes/common-theme/webapp/common/js/package.json @@ -12,6 +12,6 @@ "jquery-ui-dist": "^1.13.0", "trumbowyg": "^2.25.1", "flot": "^4.2.2", - "@chinchilla-software/jquery-ui-timepicker-addon": "^1.6.3", + "@chinchilla-software/jquery-ui-timepicker-addon": "^1.6.3" } }