Skip to content

Commit

Permalink
fixed jQuerySizes naming discrepancy (jquery-sizes NPM module)
Browse files Browse the repository at this point in the history
#356 (also see
#355 )
  • Loading branch information
danielweck committed Dec 7, 2016
1 parent 71df203 commit 87d29fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.cson
Expand Up @@ -108,7 +108,7 @@ devDependencies:
# "requirejs", "almond", "jquery"


"jquerySizes": 'bramstein/jsizes'
"jquery-sizes": 'bramstein/jsizes'

"domReady": 'requirejs/domReady'

Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -49,7 +49,7 @@
"http-server": "danielweck/http-server"
},
"devDependencies": {
"jquerySizes": "bramstein/jsizes",
"jquery-sizes": "bramstein/jsizes",
"domReady": "requirejs/domReady",
"backbone": "latest",
"underscore": "latest",
Expand Down

0 comments on commit 87d29fa

Please sign in to comment.