Skip to content
This repository was archived by the owner on Feb 11, 2021. It is now read-only.

Commit c4a05ba

Browse files
committed
Add simple example project.
The simple example project will assist in the writing and testing of the middleware.
1 parent e2fc94e commit c4a05ba

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

examples/simple/package.json

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
{
2+
"name": "redux-trigger-simple-example",
3+
"version": "0.0.0",
4+
"description": "Simple example using redux-trigger",
5+
"scripts": {
6+
"start": "node server.js"
7+
"test": "echo \"Error: no test specified\" && exit 1"
8+
},
9+
"repository": {
10+
"type": "git",
11+
"url": "https://github.com/coderkevin/redux-trigger.git"
12+
},
13+
"keywords": [
14+
"redux",
15+
"react",
16+
"reactjs",
17+
"webpack"
18+
],
19+
"author": "Kevin Killingsworth <[email protected]>",
20+
"license": "MIT",
21+
"bugs": {
22+
"url": "https://github.com/coderkevin/redux-trigger/issues"
23+
},
24+
"homepage": "https://github.com/coderkevin/redux-trigger"
25+
}

0 commit comments

Comments
 (0)