1. 26 Apr, 2016 1 commit
    • Robert Knight's avatar
      Update devDependencies to current versions, except for PhantomJS · 361906bb
      Robert Knight authored
      Update test and development dependencies to latest versions from npm,
      except for PhantomJS. The PhantomJS 1.9.x -> 2.x transition requires
      additional changes in tests.
      
      A couple of issues came up during the upgrade:
      
       - 'constructor' is no longer a valid name for describe() blocks
      
       - The require() in Karma's Browserify config ended up being resolved
         relative to the location of karma.config.js for reasons I haven't
         debugged, instead of looking in node_modules/. Using
         require.resolve() to get the absolute path works around the issue.
      361906bb
  2. 23 Apr, 2016 2 commits
  3. 22 Apr, 2016 2 commits
  4. 21 Apr, 2016 2 commits
  5. 20 Apr, 2016 14 commits
  6. 19 Apr, 2016 18 commits
  7. 18 Apr, 2016 1 commit