mirror of
https://github.com/mdbootstrap/mdb-ui-kit.git
synced 2025-06-22 05:53:13 +03:00
added jquery as depencency
This commit is contained in:
parent
a520f3c0a3
commit
fe2e7c9a53
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -8,3 +8,4 @@ Thumbs.db
|
||||||
.DS_Store
|
.DS_Store
|
||||||
/node_modules/
|
/node_modules/
|
||||||
.grunt/
|
.grunt/
|
||||||
|
/bower_components/
|
||||||
|
|
|
@ -37,5 +37,8 @@
|
||||||
"google",
|
"google",
|
||||||
"android"
|
"android"
|
||||||
],
|
],
|
||||||
"license": "https://github.com/FezVrasta/bootstrap-material-design/blob/master/LICENSE.md"
|
"license": "https://github.com/FezVrasta/bootstrap-material-design/blob/master/LICENSE.md",
|
||||||
|
"dependencies": {
|
||||||
|
"jquery": "~2.1.1"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user