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

Commit 66fcfee

Browse files
committed
Update
1 parent 52819ef commit 66fcfee

File tree

2 files changed

+36
-8
lines changed

2 files changed

+36
-8
lines changed

composer.json

+16-8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"require": {
3+
"npm-asset/normalize.css": "^8.0",
34
"npm-asset/css-ui-simple": "^2.4",
45
"npm-asset/open-sans-fontface": "^1.4",
56
"bower-asset/jquery": "^3.3",
@@ -9,30 +10,37 @@
910
"config": {
1011
"fxp-asset": {
1112
"ignore-files": {
13+
"npm-asset/normalize.css": [
14+
"*.md"
15+
],
1216
"npm-asset/css-ui-simple": [
13-
"src/css/"
17+
"src/css/",
18+
"*.md"
1419
],
1520
"npm-asset/open-sans-fontface": [
1621
"sass",
1722
"*.html",
1823
"*.less",
19-
"*.scss"
24+
"*.scss",
25+
"*.md"
2026
],
2127
"bower-asset/jquery": [
22-
".*",
2328
"src",
24-
"external"
29+
"external",
30+
"*.txt",
31+
"*.md"
2532
],
2633
"npm-asset/font-awesome": [
2734
".*",
28-
".txt",
35+
"*.txt",
2936
"less",
30-
"scss"
37+
"scss",
38+
"*.md"
3139
],
3240
"npm-asset/perfect-scrollbar": [
33-
".*",
3441
"src",
35-
"types"
42+
"types",
43+
"*.md"
3644
]
3745
},
3846
"installer-paths": {

package.json

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{
2+
"name": "css-ui-responsive-menu",
3+
"version": "3.0.4",
4+
"description": "Simple responsive sidebar menu.",
5+
"main": "project",
6+
"repository": {
7+
"type": "git",
8+
"url": "git+https://[email protected]/css-ui/responsive-menu.git"
9+
},
10+
"keywords": [
11+
"menu",
12+
"sidebar",
13+
"nav"
14+
],
15+
"license": "MIT",
16+
"bugs": {
17+
"url": "https://github.com/css-ui/responsive-menu/issues"
18+
},
19+
"homepage": "https://github.com/css-ui/responsive-menu#readme"
20+
}

0 commit comments

Comments
 (0)