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

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
chriscdn committed Apr 12, 2020
1 parent b2dc96c commit 6d2993c
Showing 1 changed file with 30 additions and 24 deletions.
54 changes: 30 additions & 24 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,26 +1,32 @@
{
"name": "@chriscdn/vuex-undo-redo",
"version": "1.0.4",
"description": "A undo/redo manager for Vuex",
"main": "lib/index.js",
"repository": "https://github.com/chriscdn/vuex-undo-redo",
"author": "Christopher Meyer",
"license": "MIT",
"scripts": {
"build": "babel src -d lib"
},
"dependencies": {
"lodash.clonedeep": "^4.5.0",
"lodash.debounce": "^4.0.8"
},
"devDependencies": {
"@babel/cli": "^7.8.4",
"@babel/core": "^7.8.7",
"@babel/preset-env": "^7.8.7"
},
"babel": {
"presets": [
"@babel/preset-env"
"name": "@chriscdn/vuex-undo-redo",
"version": "1.0.4",
"description": "An undo/redo manager for Vuex",
"main": "lib/index.js",
"repository": "https://github.com/chriscdn/vuex-undo-redo",
"author": "Christopher Meyer",
"license": "MIT",
"scripts": {
"build": "babel src -d lib"
},
"dependencies": {
"lodash.clonedeep": "^4.5.0",
"lodash.debounce": "^4.0.8"
},
"devDependencies": {
"@babel/cli": "^7.8.4",
"@babel/core": "^7.8.7",
"@babel/preset-env": "^7.8.7"
},
"babel": {
"presets": [
"@babel/preset-env"
]
},
"keywords": [
"vue",
"vuex",
"undo",
"redo"
]
}
}
}

0 comments on commit 6d2993c

Please sign in to comment.