Skip to content

Commit e22bc0f

Browse files
committed
Initial commit
0 parents  commit e22bc0f

File tree

3 files changed

+23
-0
lines changed

3 files changed

+23
-0
lines changed

.gitignore

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
.DS_Store
2+
.psci
3+
.psci_modules
4+
.pulp-cache/
5+
npm-debug.log
6+
node_modules/
7+
bower_components/
8+
tmp/
9+
output/

bower.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"name": "purescript-react-redux",
3+
"private": true,
4+
"ignore": [
5+
"*",
6+
"!src/**/*"
7+
]
8+
}

package.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"name": "purescript-react-redux",
3+
"version": "0.1.0",
4+
"private": true,
5+
"files": []
6+
}

0 commit comments

Comments
 (0)