Skip to content
This repository was archived by the owner on Sep 5, 2019. It is now read-only.

Commit f0ad29d

Browse files
committed
Update
1 parent 88b9a0c commit f0ad29d

File tree

7 files changed

+14
-140
lines changed

7 files changed

+14
-140
lines changed

composer.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
"require": {
3-
"npm-asset/normalize.css": "^8.0",
43
"npm-asset/css-ui-simple": "^2.4",
54
"npm-asset/open-sans-fontface": "^1.4",
65
"bower-asset/jquery": "^3.3",
@@ -14,7 +13,7 @@
1413
"*.md"
1514
],
1615
"npm-asset/css-ui-simple": [
17-
"src/css/",
16+
"css/src/",
1817
"*.md"
1918
],
2019
"npm-asset/open-sans-fontface": [
File renamed without changes.
File renamed without changes.
File renamed without changes.

package.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "css-ui-responsive-menu",
3-
"version": "3.0.4",
3+
"version": "3.0.5",
44
"description": "Simple responsive sidebar menu.",
55
"main": "project",
66
"repository": {
@@ -16,5 +16,12 @@
1616
"bugs": {
1717
"url": "https://github.com/css-ui/responsive-menu/issues"
1818
},
19+
"dependencies": {
20+
"css-ui-simple": "^2.4",
21+
"open-sans-fontface": "^1.4",
22+
"jquery": "^3.3",
23+
"font-awesome": "^4.7",
24+
"perfect-scrollbar": "^1.4"
25+
},
1926
"homepage": "https://github.com/css-ui/responsive-menu#readme"
2027
}

readme.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,11 @@ Simple responsive sidebar menu.
1313
composer install
1414
```
1515

16+
## Demo
17+
18+
- https://css-ui.github.io/responsive.menu/light
19+
- https://css-ui.github.io/responsive.menu/dark
20+
1621
## Quick start
1722

1823
CSS dependencies.

src/index.html

Lines changed: 0 additions & 137 deletions
This file was deleted.

0 commit comments

Comments
 (0)