Skip to content

Commit

Permalink
Added dependencies to bower.json
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanSanchez authored and dagjomar committed Oct 13, 2015
1 parent 14eefcc commit 7e26b26
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
7 changes: 7 additions & 0 deletions .gitignore
Expand Up @@ -25,3 +25,10 @@ build/Release
# Dependency directory
# https://www.npmjs.org/doc/misc/npm-faq.html#should-i-check-my-node_modules-folder-into-git
node_modules

dist/

.gobble-build/
.gobble-watch/

bower_components/
5 changes: 4 additions & 1 deletion bower.json
Expand Up @@ -20,5 +20,8 @@
"bower_components",
"test",
"tests"
]
],
"dependencies": {
"leaflet": "~1.0.0-beta.1"
}
}

0 comments on commit 7e26b26

Please sign in to comment.