Skip to content

Commit

Permalink
added node_modules to ignore, added jquery as a dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick Gunderson committed Dec 17, 2014
1 parent 041ea70 commit 40cd853
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -5,6 +5,7 @@
/.sass-cache
/build
/.bundle
/node_modules


# tempfiles
Expand Down
5 changes: 4 additions & 1 deletion package.json
Expand Up @@ -24,5 +24,8 @@
"bugs": {
"url": "https://github.com/johnny/jquery-sortable/issues"
},
"homepage": "https://github.com/johnny/jquery-sortable"
"homepage": "https://github.com/johnny/jquery-sortable",
"dependencies": {
"jquery": "^2.1.2"
}
}

0 comments on commit 40cd853

Please sign in to comment.