Skip to content

Commit

Permalink
Version 0.1.0-beta.15
Browse files Browse the repository at this point in the history
  • Loading branch information
damassi committed Sep 13, 2015
1 parent ea238b2 commit baa26ba
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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.1.0-beta.14",
"version": "0.1.0-beta.15",
"description": "@Mention functionality for TinyMCE, built with React and Redux.",
"main": "lib/index",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion scripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ git clean -f $build_dir

$babel ./src -d $build_dir --ignore "__tests__" --stage 0

$webpack --config webpack.dist.js __DEV__=false
$webpack --config webpack.dist.js

echo "gzipped, the global build is `gzip -c $build_dir/umd/plugins/mention/plugin.min.js | wc -c | sed -e 's/^[[:space:]]*//'` bytes"
2 changes: 1 addition & 1 deletion webpack.dist.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ config.externals = {

config.plugins = [
new webpack.DefinePlugin({
'__DEV__': false,
'__DEV__': JSON.stringify(false),
'process.env': {
NODE_ENV: JSON.stringify('production')
}
Expand Down

0 comments on commit baa26ba

Please sign in to comment.