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

Commit 1f48316

Browse files
committed
Updates for RC
1 parent 7c4e129 commit 1f48316

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.jscsrc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
"beforeOpeningRoundBrace": true,
66
"beforeOpeningCurlyBrace": true
77
},
8+
"disallowSpacesInsideObjectBrackets": null,
9+
"requireSpacesInsideObjectBrackets": "all",
810
"validateQuoteMarks": "\"",
911
"requireCurlyBraces": null
1012
}

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@
2121
"package.json"
2222
],
2323
"dependencies": {
24-
"purescript-prelude": "~0.1.0"
24+
"purescript-prelude": "^0.1.0"
2525
}
2626
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
"gulp-jscs": "^1.6.0",
66
"gulp-jshint": "^1.10.0",
77
"gulp-plumber": "^1.0.0",
8-
"gulp-purescript": "^0.5.0"
8+
"gulp-purescript": "^0.5.0-rc.1"
99
}
1010
}

0 commit comments

Comments
 (0)