Skip to content

Commit dab17ac

Browse files
committed
update package.json
1 parent 7834fcb commit dab17ac

1 file changed

Lines changed: 14 additions & 4 deletions

File tree

package.json

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "bootstrap-layout",
33
"version": "1.0.0-alpha.1",
4-
"description": "Bootstrap layout with sidebar navigation and extras.",
4+
"description": "Bootstrap layout with sidebar navigation, sidebar skins, sidebar transition, custom scrollbars, sidebar menus and other advanced features and utilities",
55
"scripts": {
66
"test": "echo \"Error: no test specified\" && exit 1",
77
"dev": "webpack --config src/build/webpack.config.dev.js --progress --watch",
@@ -41,10 +41,20 @@
4141
"simplebar": "github:grsmto/simplebar"
4242
},
4343
"keywords": [
44-
"adminplus",
4544
"bootstrap",
4645
"bootstrap4",
4746
"layout",
48-
"sidebar"
49-
]
47+
"sidebar",
48+
"layouts",
49+
"sidebars",
50+
"navigation"
51+
],
52+
"repository": {
53+
"type": "git",
54+
"url": "git+https://github.com/themekit/bootstrap-layout.git"
55+
},
56+
"bugs": {
57+
"url": "https://github.com/themekit/bootstrap-layout/issues"
58+
},
59+
"homepage": "https://github.com/themekit/bootstrap-layout#readme"
5060
}

0 commit comments

Comments
 (0)