Skip to content

Commit

Permalink
Bump 3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ecarriou committed Dec 29, 2018
1 parent c9c82d8 commit 4b601dd
Show file tree
Hide file tree
Showing 81 changed files with 1,271 additions and 1,161 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ npm run windows

## License

Copyright 2018 Erwan Carriou
Copyright 2019 Erwan Carriou

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
3 changes: 1 addition & 2 deletions designer/lib/ace/ace.js

Large diffs are not rendered by default.

3 changes: 1 addition & 2 deletions designer/lib/ace/ext-language_tools.js

Large diffs are not rendered by default.

3 changes: 1 addition & 2 deletions designer/lib/ace/ext-searchbox.js

Large diffs are not rendered by default.

3 changes: 1 addition & 2 deletions designer/lib/ace/mode-css.js

Large diffs are not rendered by default.

3 changes: 1 addition & 2 deletions designer/lib/ace/mode-html.js

Large diffs are not rendered by default.

3 changes: 1 addition & 2 deletions designer/lib/ace/mode-javascript.js

Large diffs are not rendered by default.

3 changes: 1 addition & 2 deletions designer/lib/ace/mode-json.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions designer/lib/ace/mode-text.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
;
(function() {
; (function() {
ace.require(["ace/mode/text"], function(m) {
if (typeof module == "object" && typeof exports == "object" && module) {
module.exports = m;
Expand Down
2 changes: 1 addition & 1 deletion designer/lib/ace/worker-css.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion designer/lib/ace/worker-html.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion designer/lib/ace/worker-javascript.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion designer/lib/ace/worker-json.js

Large diffs are not rendered by default.

Loading

0 comments on commit 4b601dd

Please sign in to comment.