Skip to content

Commit

Permalink
Version 5.0.0-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mjackson committed Dec 3, 2019
1 parent 434fe90 commit 65dd4be
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
{
"name": "history",
"version": "5.0.0-beta.0",
"version": "5.0.0-beta.1",
"description": "Manage session history with JavaScript",
"repository": "ReactTraining/history",
"license": "MIT",
"author": "Michael Jackson",
"main": "index.js",
"module": "build/history.production.js",
"unpkg": "build/umd/history.production.js",
"files": ["build"],
"files": [
"build"
],
"sideEffects": false,
"scripts": {
"build": "rollup -c",
Expand Down

0 comments on commit 65dd4be

Please sign in to comment.