Permalink
Please sign in to comment.
Showing
with
4 additions
and 2 deletions.
- +0 −2 .travis.yml
- +3 −0 buster.js
- +1 −0 package.json
| @@ -0,0 +1,3 @@ | ||
| +"use strict"; | ||
| +var config = module.exports; | ||
| +config["integration"] = {"name":"integration","environment":"browser","rootPath":"/Users/sdepold/Projects/jquery-rss","libs":["lib/*.js","node_modules/moment/min/moment-with-locales.min.js"],"sources":["dist/jquery.rss.min.js"],"tests":["spec/jquery.rss.spec.js"]} |
0 comments on commit
24896e3