From 8132aefe66a1000de439578b4f2a3ffad5da114d Mon Sep 17 00:00:00 2001 From: Timo Tijhof Date: Thu, 4 Apr 2024 12:51:35 -0700 Subject: [PATCH] Build: remove unused metadata https://github.com/jquery/infrastructure-puppet/commit/72bb1ea914c71c2649abaa9e48c3f9f8db1fe397 --- package-lock.json | 2 -- package.json | 21 +-------------------- 2 files changed, 1 insertion(+), 22 deletions(-) diff --git a/package-lock.json b/package-lock.json index be8aeb5..acf4126 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,10 @@ { "name": "jquerymobile.com", - "version": "1.4.51", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "jquerymobile.com", - "version": "1.4.51", "dependencies": { "grunt": "1.6.1", "grunt-jquery-content": "3.3.1" diff --git a/package.json b/package.json index 307c2e0..d2fa3a7 100644 --- a/package.json +++ b/package.json @@ -1,25 +1,6 @@ { "name": "jquerymobile.com", - "title": "jQuery Mobile", - "description": "Home page for the jQuery Mobile JavaScript Library", - "version": "1.4.51", - "homepage": "https://github.com/jquery/jquerymobile.com", - "author": { - "name": "jQuery Foundation and other contributors" - }, - "repository": { - "type": "git", - "url": "git://github.com/jquery/jquerymobile.com.git" - }, - "bugs": { - "url": "https://github.com/jquery/jquerymobile.com/issues" - }, - "licenses": [ - { - "type": "MIT", - "url": "https://github.com/jquery/jquerymobile.com/blob/main/LICENSE.txt" - } - ], + "private": true, "dependencies": { "grunt": "1.6.1", "grunt-jquery-content": "3.3.1"