Skip to content
This repository was archived by the owner on Apr 19, 2020. It is now read-only.

Commit f1d3b8d

Browse files
committed
v0.1.1-alpha
1 parent 5d4cebb commit f1d3b8d

File tree

1 file changed

+26
-26
lines changed

1 file changed

+26
-26
lines changed

bower.json

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,28 @@
11
{
2-
"name": "rnx",
3-
"description": "RNX - React Native apps with Purescript",
4-
"keywords": [
5-
"purescript"
6-
],
7-
"version": "0.0.1",
8-
"moduleType": [
9-
"node"
10-
],
11-
"ignore": [
12-
"**/.*",
13-
"node_modules",
14-
"bower_components",
15-
"output"
16-
],
17-
"dependencies": {
18-
"purescript-aff": "^2.0.1",
19-
"purescript-eff": "^2.0.0",
20-
"purescript-functions": "^2.0.0",
21-
"purescript-lists": "^3.1.0",
22-
"purescript-signal": "^8.0.0"
23-
},
24-
"authors": [
25-
"Sudhir Kumar <s@atomicits.com>"
26-
],
27-
"license": "MIT"
2+
"name": "rnx",
3+
"description": "RNX - React Native apps with Purescript",
4+
"keywords": [
5+
"purescript"
6+
],
7+
"version": "0.1.1-alpha",
8+
"moduleType": [
9+
"node"
10+
],
11+
"ignore": [
12+
"**/.*",
13+
"node_modules",
14+
"bower_components",
15+
"output"
16+
],
17+
"dependencies": {
18+
"purescript-aff": "^2.0.1",
19+
"purescript-eff": "^2.0.0",
20+
"purescript-functions": "^2.0.0",
21+
"purescript-lists": "^3.1.0",
22+
"purescript-signal": "^8.0.0"
23+
},
24+
"authors": [
25+
"Sudhir Kumar <s@atomicits.com>"
26+
],
27+
"license": "MIT"
2828
}

0 commit comments

Comments
 (0)