Skip to content

Commit

Permalink
CD-714 Update package.json to allow github package publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
mpenak committed Jan 17, 2022
1 parent 1b4b486 commit b354278
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -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"
}
}

0 comments on commit b354278

Please sign in to comment.