Skip to content

Commit

Permalink
v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
wbotelhos committed Jul 5, 2020
1 parent 1d313d8 commit f1cd0f8
Show file tree
Hide file tree
Showing 4 changed files with 806 additions and 2,227 deletions.
6 changes: 4 additions & 2 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
### Master
### v0.1.0

-  
- Removes Node version from travis.yml;
- Updates some libs;
- Updates som docs;

### v0.1.0

Expand Down
7 changes: 3 additions & 4 deletions karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,9 @@ module.exports = function(config) {
'use strict';

config.set({
autoWatch: true,
browsers: ['ChromeNoSandbox', 'Firefox'],
customLaunchers: { ChromeNoSandbox: { base: 'Chrome', flags: ['--no-sandbox'] } },
debug: true,
autoWatch: true,
debug: true,
browsers: ['Chrome', 'Firefox'],

files: [
'node_modules/jquery/dist/jquery.min.js',
Expand Down
Loading

0 comments on commit f1cd0f8

Please sign in to comment.