Skip to content

Commit

Permalink
use other jQuery module
Browse files Browse the repository at this point in the history
  • Loading branch information
dodo committed Jun 26, 2014
1 parent 04f3d35 commit be68fd9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"dt-browser": ">= 0.0.6"}
, "devDependencies": {
"dynamictemplate": "0.5.2",
"jquery": "1.8.3",
"jQuery": "1.7.3",
"nodeunit": ">= 0.7.4",
"browserify": "1.6.1",
"scopify": ">= 0.2.1",
Expand Down
2 changes: 1 addition & 1 deletion src/test/jsdom.coffee
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{ EventEmitter } = require 'events'
jQuery = require 'jquery'
jQuery = require 'jQuery'
jqueryify = require '../dt-jquery'
{ Template } = require 'dynamictemplate'

Expand Down

0 comments on commit be68fd9

Please sign in to comment.