Skip to content

Commit

Permalink
Merge pull request #54 from ganderzz/release/1.2.1
Browse files Browse the repository at this point in the history
Release minified bundle & dependency updates
  • Loading branch information
ganderzz authored Apr 29, 2018
2 parents 551caf4 + 9e14477 commit dc20fc3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dist/react-scroll-to.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": "react-scroll-to",
"version": "1.2.0",
"version": "1.2.1",
"description": "Scroll to a position using react",
"main": "./dist/react-scroll-to.js",
"types": "./dist/definitions",
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 CopyWebpackPlugin = require("copy-webpack-plugin");
const path = require("path");

module.exports = {
entry: "./src/index.jsx",
entry: "./src/index.js",
output: {
path: path.resolve(__dirname, "dist"),
publicPath: "/",
Expand Down

0 comments on commit dc20fc3

Please sign in to comment.