Skip to content

Commit fde4198

Browse files
committed
Add & operator for applying hook chains in reverse
Also includes: - Switch to spago. - Reimplement ResetToken as a String -- same behavior but easier to debug, and allows tokens to be used with `show` for use as React keys.
1 parent b13d063 commit fde4198

File tree

10 files changed

+234
-1426
lines changed

10 files changed

+234
-1426
lines changed

Diff for: .travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ cache: npm
99

1010
install:
1111
- npm ci
12-
- npx bower i
12+
- npx spago install
1313

1414
script:
15-
- npx pulp build
15+
- npx spago build

Diff for: bower.json

-34
This file was deleted.

0 commit comments

Comments
 (0)