adding respond.js

This commit is contained in:
Jarred de Beer
2013-12-12 18:53:50 +02:00
parent 20b570a1db
commit 61db52fd89
2 changed files with 11 additions and 0 deletions
@@ -0,0 +1,10 @@
{
"main": "respond",
"files": ["src/respond.js"],
"directories": {
"lib": "src"
},
"buildConfig": {
"uglify": true
}
}