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 50f4ca7 commit a349b2eCopy full SHA for a349b2e
package.json
@@ -0,0 +1,23 @@
1
+{
2
+ "name": "redux-action-types",
3
+ "version": "1.0.0",
4
+ "description": "Shortcut for creating redux action constants.",
5
+ "main": "index.js",
6
+ "scripts": {
7
+ "test": "echo \"Error: no test specified\" && exit 1"
8
+ },
9
+ "repository": {
10
+ "type": "git",
11
+ "url": "git+https://github.com/ripeworks/redux-action-types.git"
12
13
+ "keywords": [
14
+ "redux",
15
+ "react"
16
+ ],
17
+ "author": "Ripeworks",
18
+ "license": "ISC",
19
+ "bugs": {
20
+ "url": "https://github.com/ripeworks/redux-action-types/issues"
21
22
+ "homepage": "https://github.com/ripeworks/redux-action-types#readme"
23
+}
0 commit comments