From 29aee5be91a948b3ade0a4735127ca3c6b1fe12c Mon Sep 17 00:00:00 2001 From: sumit2chauhan Date: Sat, 31 Dec 2022 22:26:37 +0000 Subject: [PATCH] Added missing comma in packages.json Hi, can you please merge this PR, We are porting our project to angular and this change could help us go ahead without forking this repo. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 64fac8b..3fc3fa0 100644 --- a/package.json +++ b/package.json @@ -29,6 +29,6 @@ "gulp-strip-debug": "^1.0.2", "gulp-uglify": "^1.2.0", "run-sequence": "^1.1.0" - } + }, "homepage": "https://github.com/kineticsocial/angularjs-datetime-picker" }