Skip to content

Commit e5dee6b

Browse files
committed
Add jQuery bower dependency
Min version taken from nuget nuspec
1 parent 041f138 commit e5dee6b

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
node_modules
2+
bower_components
23

34
# Ignore Visual Studio Project #
45
###################

bower.json

+1
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,6 @@
33
"main": ["toastr.js", "toastr.css"],
44
"version": "1.3.1",
55
"dependencies": {
6+
"jquery": ">=1.6.3"
67
}
78
}

0 commit comments

Comments
 (0)