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

Commit

Permalink
documentation, updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
chriscdn committed Jan 21, 2020
1 parent 663bd55 commit d321c77
Show file tree
Hide file tree
Showing 2 changed files with 676 additions and 582 deletions.
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.2",
"version": "1.0.3",
"description": "A undo/redo manager for Vuex",
"main": "lib/index.js",
"repository": "https://github.com/chriscdn/vuex-undo-redo",
Expand All @@ -14,9 +14,9 @@
"lodash.debounce": "^4.0.8"
},
"devDependencies": {
"@babel/cli": "^7.5.5",
"@babel/core": "^7.5.5",
"@babel/preset-env": "^7.5.5"
"@babel/cli": "^7.8.3",
"@babel/core": "^7.8.3",
"@babel/preset-env": "^7.8.3"
},
"babel": {
"presets": [
Expand Down
Loading

0 comments on commit d321c77

Please sign in to comment.