Skip to content

Commit

Permalink
Version 0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
damassi committed Sep 15, 2015
1 parent fa5676f commit 76b49a4
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 10 deletions.
5 changes: 2 additions & 3 deletions lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,12 @@ var _mentionMention = require('./mention/Mention');

var _mentionMention2 = _interopRequireDefault(_mentionMention);

require('./mention/test-pages/simple');
_es6Promise2['default'].polyfill();

// import './mention/test-pages/simple';
// import './mention/test-pages/advanced';
// import './mention/test-pages/promise';
// import './mention/test-pages/async';

_es6Promise2['default'].polyfill();

exports['default'] = _mentionMention2['default'];
module.exports = exports['default'];
12 changes: 6 additions & 6 deletions lib/umd/plugins/mention/plugin.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-tinymce-mention",
"version": "0.2.2",
"version": "0.2.3",
"description": "@Mention functionality for TinyMCE, built with React and Redux.",
"main": "lib/index",
"scripts": {
Expand Down
3 changes: 3 additions & 0 deletions scripts/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ validate_semver() {
fi
}

echo "Did you remember to comment out example imports?"
echo ""

current_version=$(node -p "require('./package').version")

printf "Next version (current is $current_version)? "
Expand Down

0 comments on commit 76b49a4

Please sign in to comment.