Skip to content

Commit 6a91197

Browse files
committed
add repository information
1 parent dd44d92 commit 6a91197

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

package.json

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,17 @@
11
{
22
"name": "redux-mappers",
3-
"version": "1.0.5",
3+
"version": "1.0.6",
44
"description": "Redux decorators to map from state to props or map actions to props",
55
"main": "dist/index.js",
66
"scripts": {
77
"develop": "tsc --pretty --watch -p tsconfig.json",
88
"build": "rm -rf ./dist && tsc -d --pretty -p tsconfig.json --sourceMap false --outdir ./dist",
99
"test": "jest"
1010
},
11+
"repository": {
12+
"url": "https://github.com/nodify-at/redux-mappers.git",
13+
"type": "git"
14+
},
1115
"sideEffects": false,
1216
"keywords": [
1317
"redux",

0 commit comments

Comments
 (0)