Skip to content

Commit 76d8055

Browse files
committed
Update for js-promises, add purs-tidy
1 parent cb5f7a8 commit 76d8055

File tree

8 files changed

+2079
-158
lines changed

8 files changed

+2079
-158
lines changed

.tidyrc.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"importSort": "ide",
3+
"importWrap": "source",
4+
"indent": 2,
5+
"operatorsFile": null,
6+
"ribbon": 1,
7+
"typeArrowPlacement": "first",
8+
"unicode": "never",
9+
"width": null
10+
}

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"dependencies": {
1818
"purescript-aff": "^7.0.0",
1919
"purescript-foreign": "^7.0.0",
20-
"purescript-web-promise": "purescript-web/purescript-web-promise#^3.1.0"
20+
"purescript-js-promise": "purescript-contrib/purescript-js-promise#^1.0.0"
2121
},
2222
"devDependencies": {
2323
"purescript-assert": "^6.0.0",

0 commit comments

Comments
 (0)