Skip to content

Commit

Permalink
modify: package version
Browse files Browse the repository at this point in the history
  • Loading branch information
bestvist committed Oct 30, 2018
1 parent 75ea016 commit 5306556
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
File renamed without changes.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "axial3d",
"version": "1.0.3",
"version": "1.0.4",
"description": "3D effect page like github404",
"main": "dist/axial.min.js",
"main": "dist/axial3d.min.js",
"scripts": {
"start": "npm run dev",
"dev": "webpack --w",
Expand Down
2 changes: 1 addition & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ module.exports = {
mode: 'production',
output: {
path: path.resolve(__dirname, 'dist'),
filename: 'axial.min.js'
filename: 'axial3d.min.js'
},
module: {
rules: [
Expand Down

0 comments on commit 5306556

Please sign in to comment.