From c178dcc3d4bff7256e206b3f97e654e2fb0b5c6e Mon Sep 17 00:00:00 2001 From: alberto360 Date: Tue, 3 Apr 2018 12:53:11 -0400 Subject: [PATCH] Updatingpackage.json to allow npm import. Bower is going away, let's give npm and Yarn a chance. currently, the error when trying to add the repo using yarn is error Package "undefined@undefined" doesn't have a "name". --- package.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/package.json b/package.json index 61c48c8..84390f8 100644 --- a/package.json +++ b/package.json @@ -1,4 +1,11 @@ { + "name": "jquery-date-dropdowns", + "version": "1.0.0", + "homepage": "https://github.com/IckleChris/jquery-date-dropdowns", + "authors": [ + "Chris Brown " + ], + "description": "A simple, customisable date select plugin", "private": true, "devDependencies": { "grunt": "~0.4.5",