Skip to content

Commit

Permalink
release 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Shimul Chowdhury committed Apr 5, 2019
1 parent c8339ad commit 7b03866
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.

Large diffs are not rendered by default.

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

2 changes: 1 addition & 1 deletion dist/hyper_editor_0.1.0-beta.1.js → dist/hyper_editor.js

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

1 change: 1 addition & 0 deletions dist/hyper_editor.js.map

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion dist/hyper_editor_0.1.0-beta.1.js.map

This file was deleted.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "hyper-editor",
"description": "A backend framework independent visual composer for web.",
"version": "0.1.0-beta.1",
"version": "0.1.0",
"author": "Shimul Chowdhury <[email protected]>",
"license": "MIT",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ module.exports = {
libraryTarget: 'umd',
path: path.resolve(__dirname, './dist'),
publicPath: '/dist/',
filename: 'hyper_editor_'+ VERSION +'.js'
filename: 'hyper_editor.js'
},
module: {
rules: [
Expand Down Expand Up @@ -80,7 +80,7 @@ module.exports = {
]
},
plugins: [
new ExtractTextPlugin("hyper_editor_"+VERSION+".css"),
new ExtractTextPlugin("hyper_editor.css"),
],
resolve: {
alias: {
Expand Down

0 comments on commit 7b03866

Please sign in to comment.