We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd44d92 commit 6a91197Copy full SHA for 6a91197
package.json
@@ -1,13 +1,17 @@
1
{
2
"name": "redux-mappers",
3
- "version": "1.0.5",
+ "version": "1.0.6",
4
"description": "Redux decorators to map from state to props or map actions to props",
5
"main": "dist/index.js",
6
"scripts": {
7
"develop": "tsc --pretty --watch -p tsconfig.json",
8
"build": "rm -rf ./dist && tsc -d --pretty -p tsconfig.json --sourceMap false --outdir ./dist",
9
"test": "jest"
10
},
11
+ "repository": {
12
+ "url": "https://github.com/nodify-at/redux-mappers.git",
13
+ "type": "git"
14
+ },
15
"sideEffects": false,
16
"keywords": [
17
"redux",
0 commit comments