Skip to content

Commit 552efe5

Browse files
author
brucou
committed
fix(build): passing tests
1 parent f8ee387 commit 552efe5

32 files changed

+28
-11943
lines changed

contracts/src/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import {
22
addIndex, all, allPass, both, curry, difference, either, flatten, flip, intersection, isEmpty,
33
isNil, keys, map, mapObjIndexed, pipe, reduce, reduced, values, where
44
} from "ramda"
5-
import { format, formatArrayObj } from '../../debug/src/index'
5+
import { format, formatArrayObj } from '../../utils/src/index'
66

77
const mapIndexed = addIndex(map);
88

debug/.babelrc

-10
This file was deleted.

debug/.gitignore

-9
This file was deleted.

debug/LICENSE

-21
This file was deleted.

debug/NOTES.md

-30
This file was deleted.

debug/README.md

-18
This file was deleted.

debug/index-rollup.html

-21
This file was deleted.

debug/index-webpack.html

-21
This file was deleted.

0 commit comments

Comments
 (0)