UNPKG

regular-redux-undo

Version:

the plugin of regular-redux to archieve undo and redo

25 lines (24 loc) 529 B
{ "name": "regular-redux-undo", "version": "0.0.2", "description": "the plugin of regular-redux to archieve undo and redo", "main": "dist/regular-redux-undo.js", "scripts": { "build": "rollup -c rollup.config.js -w" }, "repository": { "type": "git", "url": "https://github.com/frontdog/regular-redux-undo.git" }, "keywords": [ "Regular", "Redux", "Undo", "Redo" ], "author": "kangdongyang <kang_xjtu@163.com>", "license": "MIT", "dependencies": { "redux": "^3.7.2" } }