Skip to content

Commit 448f2c0

Browse files
committed
Updated package .json
1 parent a364960 commit 448f2c0

File tree

1 file changed

+12
-8
lines changed

1 file changed

+12
-8
lines changed

package.json

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
2-
"name": "ThemeKit",
3-
"version": "1.0",
4-
"main": "dist/js/theme.js",
5-
"repository": {
6-
"type": "git",
7-
"url": ""
8-
},
2+
"name": "themekit",
3+
"version": "1.0.2",
4+
"description": "Free Bootstrap 4 Admin Template",
5+
"main": "./dist/js/theme.js",
6+
"keywords": ["bootstrap", "bootstrap4", "admin-dashboard", "admin-panel", "admin-template",
7+
"admin-ui", "admin", "html-template", "bootstrap-theme", "bootstrap-template",
8+
"bootstrap-admin-theme", "bootstrap-admin-dashboard"],
9+
"author": "Lavalite <lavalite@renfos.com>",
910
"license": "MIT",
10-
"devDependencies": {},
1111
"dependencies": {
1212
"bootstrap": "^4.1.3",
1313
"bootstrap-tagsinput": "^0.7.1",
@@ -33,5 +33,9 @@
3333
"summernote": "^0.8.10",
3434
"tempusdominus-bootstrap-4": "^5.1.2",
3535
"weather-icons": "^1.3.2"
36+
},
37+
"devDependencies": {},
38+
"scripts": {
39+
"test": "echo \"Error: no test specified\" && exit 1"
3640
}
3741
}

0 commit comments

Comments
 (0)