editor.js/index.js
khaydarov 458c834dc9 new redactor version (#94)
* new redactor version

* update

* update

* bundler config updated

* clear bundler without plugins
2016-12-07 21:25:31 +03:00

9 lines
86 B
JavaScript

/**
*
*/
'use strict';
var editor = require('./editor');
module.exports = editor;