Skip to content

Commit

Permalink
build file
Browse files Browse the repository at this point in the history
  • Loading branch information
sa-si-dev committed Aug 13, 2021
1 parent f9431e5 commit fe68f6f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions dist/popper.min.js

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "popper-plugin",
"version": "1.0.2",
"version": "1.0.3",
"description": "A javascript plugin for popper which could be used to positioning tooltip or popover",
"scripts": {
"start": "webpack --mode development --watch",
Expand Down
2 changes: 1 addition & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ const webpack = require('webpack');
const TerserPlugin = require('terser-webpack-plugin');
const FileManagerPlugin = require('filemanager-webpack-plugin');

const banner = `Popper v1.0.2
const banner = `Popper v1.0.3
https://sa-si-dev.github.io/popper
Licensed under MIT (https://github.com/sa-si-dev/popper/blob/master/LICENSE)`;

Expand Down

0 comments on commit fe68f6f

Please sign in to comment.