Skip to content

Commit b354278

Browse files
committed
CD-714 Update package.json to allow github package publishing
1 parent 1b4b486 commit b354278

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

package.json

+12-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,17 @@
11
{
22
"name": "@maptiler/styles",
3-
"version": "1.0.0",
4-
"private": true,
3+
"version": "1.0.1",
4+
"description": "Visual front-end framework of MapTiler brand based on Bootstrap",
5+
"author": "MapTiler Team",
6+
"repository": {
7+
"type": "git",
8+
"url": "https://github.com/maptiler/styles.git"
9+
},
10+
"publishConfig": {
11+
"access": "restricted",
12+
"registry": "https://npm.pkg.github.com/maptiler"
13+
},
514
"peerDependencies": {
6-
"bootstrap": "^4.4.1"
15+
"bootstrap": "^5.0.0"
716
}
817
}

0 commit comments

Comments
 (0)