Grunt updates and travis build integration

Change-Id: Ia479b903908f01e82750e9e35dff6c6aef6c36ae
This commit is contained in:
Santhosh Thottingal
2012-09-18 21:02:29 -07:00
parent 2deeb98f6c
commit 2ce74db801
4 changed files with 21 additions and 3 deletions

View File

@@ -24,7 +24,9 @@
"Santhosh Thottingal",
"Siebrand Mazeland"
],
"dependencies": {},
"dependencies": {
"jQuery": "~1.7.3"
},
"devDependencies": {
"grunt": "~0.3.9",
"grunt-compare-size": ">=0.1.4",
@@ -49,5 +51,8 @@
"type": "MIT",
"url": "https://github.com/wikimedia/jquery.uls/blob/master/MIT-LICENSE"
}
]
],
"scripts": {
"test": "grunt test --verbose"
}
}