We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f06369e commit 9489f1bCopy full SHA for 9489f1b
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "vua-redux",
3
- "version": "0.2.1",
+ "version": "0.2.2",
4
"description": "vue redux binding higher order component",
5
"main": "lib/index.js",
6
"scripts": {
@@ -18,7 +18,9 @@
18
"devDependencies": {
19
"babel-cli": "^6.14.0",
20
"babel-preset-es2015": "^6.14.0",
21
- "babel-preset-stage-0": "^6.5.0"
+ "babel-preset-stage-0": "^6.5.0",
22
+ "expect": "^1.20.2",
23
+ "mocha": "^3.0.2"
24
},
25
"dependencies": {
26
"lodash": "^4.16.1"
0 commit comments