Skip to content

Commit 40cd853

Browse files
author
Patrick Gunderson
committed
added node_modules to ignore, added jquery as a dependency
1 parent 041ea70 commit 40cd853

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
/.sass-cache
66
/build
77
/.bundle
8+
/node_modules
89

910

1011
# tempfiles

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,8 @@
2424
"bugs": {
2525
"url": "https://github.com/johnny/jquery-sortable/issues"
2626
},
27-
"homepage": "https://github.com/johnny/jquery-sortable"
27+
"homepage": "https://github.com/johnny/jquery-sortable",
28+
"dependencies": {
29+
"jquery": "^2.1.2"
30+
}
2831
}

0 commit comments

Comments
 (0)