Skip to content
This repository has been archived by the owner on May 17, 2019. It is now read-only.

Commit

Permalink
Remove circular dependency on fusion-cli (#227)
Browse files Browse the repository at this point in the history
* update i18n, fix test

* Remove circular dep on fusion-cli

* fix flow

* don't build test in ci

* remove todo to stop ci nag

* fix linting
  • Loading branch information
lhorie authored Feb 13, 2019
1 parent aeeaed7 commit 98595d1
Show file tree
Hide file tree
Showing 11 changed files with 2,179 additions and 3,062 deletions.
10 changes: 10 additions & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
flow-typed/
node_modules/
dist/
dist-tests/
coverage/
.nyc_output/

.DS_Store
npm-debug.log
yarn-error.log
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,3 @@ COPY . .

RUN yarn

RUN yarn build-test
9 changes: 0 additions & 9 deletions app-fixture/.fusionrc.js

This file was deleted.

1 change: 0 additions & 1 deletion app-fixture/.gitignore

This file was deleted.

33 changes: 0 additions & 33 deletions app-fixture/src/main.js

This file was deleted.

17 changes: 0 additions & 17 deletions app-fixture/src/root.js

This file was deleted.

Loading

0 comments on commit 98595d1

Please sign in to comment.