Skip to content

Commit 1a81dfd

Browse files
committed
updated git repo
1 parent 2def6c1 commit 1a81dfd

File tree

2 files changed

+15
-3
lines changed

2 files changed

+15
-3
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,12 @@ export default AppStore;
5757
import { connect } from 'vua-redux';
5858

5959
const App = {
60+
props: ['some-prop', 'another-prop'],
61+
62+
/**
63+
* everything you do with vue component props
64+
* you can do inside collect key
65+
*/
6066
collect: {
6167
todos: {
6268
type: Array,

package.json

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,15 @@
11
{
22
"name": "vua-redux",
3-
"version": "0.2.2",
3+
"version": "0.2.3",
44
"description": "vue redux binding higher order component",
5+
"author": "Nadim Tuhin",
6+
"repository": {
7+
"type": "git",
8+
"url": "https://github.com/nadimtuhin/vua-redux.git"
9+
},
10+
"bugs": "https://github.com/nadimtuhin/vua-redux/issues",
11+
"homepage": "http://nadimtuhin.com",
12+
"license": "MIT",
513
"main": "lib/index.js",
614
"scripts": {
715
"test": "mocha \"./src/**/*.spec.js\" --compilers js:babel-core/register",
@@ -13,8 +21,6 @@
1321
"vue",
1422
"redux"
1523
],
16-
"author": "Nadim Tuhin",
17-
"license": "MIT",
1824
"devDependencies": {
1925
"babel-cli": "^6.14.0",
2026
"babel-preset-es2015": "^6.14.0",

0 commit comments

Comments
 (0)