We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b4b486 commit b354278Copy full SHA for b354278
package.json
@@ -1,8 +1,17 @@
1
{
2
"name": "@maptiler/styles",
3
- "version": "1.0.0",
4
- "private": true,
+ "version": "1.0.1",
+ "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
14
"peerDependencies": {
- "bootstrap": "^4.4.1"
15
+ "bootstrap": "^5.0.0"
16
}
17
0 commit comments