From b3542780900e0e83005d61d284a3f92fcf747d6f Mon Sep 17 00:00:00 2001 From: Martin Penak Date: Wed, 12 Jan 2022 16:00:21 +0100 Subject: [PATCH] CD-714 Update package.json to allow github package publishing --- package.json | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index d2483f4..a244d2c 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,17 @@ { "name": "@maptiler/styles", - "version": "1.0.0", - "private": true, + "version": "1.0.1", + "description": "Visual front-end framework of MapTiler brand based on Bootstrap", + "author": "MapTiler Team", + "repository": { + "type": "git", + "url": "https://github.com/maptiler/styles.git" + }, + "publishConfig": { + "access": "restricted", + "registry": "https://npm.pkg.github.com/maptiler" + }, "peerDependencies": { - "bootstrap": "^4.4.1" + "bootstrap": "^5.0.0" } }