added jquery as depencency

This commit is contained in:
FezVrasta 2014-11-17 09:09:30 +01:00
parent a520f3c0a3
commit fe2e7c9a53
2 changed files with 5 additions and 1 deletions

1
.gitignore vendored
View File

@ -8,3 +8,4 @@ Thumbs.db
.DS_Store .DS_Store
/node_modules/ /node_modules/
.grunt/ .grunt/
/bower_components/

View File

@ -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"
}
} }