From 96f7d1fb120016f5595beef2be6942245c093343 Mon Sep 17 00:00:00 2001 From: declspec Date: Fri, 18 May 2018 09:04:03 +0800 Subject: [PATCH] Fix missing comma in package.json --- 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" }