adding jquery.js to files property

This commit is contained in:
Jarred de Beer
2013-11-15 11:45:33 +02:00
parent 68be6e5f62
commit ce457b9d82
@@ -1,4 +1,4 @@
{
"main": "jquery.min",
"files": ["jquery.min.js", "jquery.min.map"]
"files": ["jquery.min.js", "jquery.min.map", "jquery.js"]
}