Skip to content
This repository has been archived by the owner on Oct 29, 2024. It is now read-only.

Commit

Permalink
v1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
chriscdn committed May 15, 2020
1 parent 6d2993c commit 095b501
Show file tree
Hide file tree
Showing 3 changed files with 274 additions and 547 deletions.
2 changes: 1 addition & 1 deletion lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ var defaultOptions = {

function _default(store) {
var options = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};
options = _objectSpread({}, defaultOptions, {}, options);
options = _objectSpread(_objectSpread({}, defaultOptions), options);
return new _vue["default"]({
data: function data() {
return {
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@chriscdn/vuex-undo-redo",
"version": "1.0.4",
"version": "1.0.5",
"description": "An undo/redo manager for Vuex",
"main": "lib/index.js",
"repository": "https://github.com/chriscdn/vuex-undo-redo",
Expand All @@ -15,8 +15,8 @@
},
"devDependencies": {
"@babel/cli": "^7.8.4",
"@babel/core": "^7.8.7",
"@babel/preset-env": "^7.8.7"
"@babel/core": "^7.9.6",
"@babel/preset-env": "^7.9.6"
},
"babel": {
"presets": [
Expand All @@ -29,4 +29,4 @@
"undo",
"redo"
]
}
}
Loading

0 comments on commit 095b501

Please sign in to comment.