Skip to content
This repository has been archived by the owner. It is now read-only.

Commit

Permalink
solution: docs prepared for gitbook (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
gagarin55 authored Apr 13, 2018
1 parent 2caca7a commit 6584fb8
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 5 deletions.
3 changes: 3 additions & 0 deletions book.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"root": "./docs"
}
1 change: 1 addition & 0 deletions docs/README.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
== README.adoc
4 changes: 4 additions & 0 deletions docs/SUMMARY.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
== SUMMARY.adoc

. link:HowTo-Find-all-contracts.adoc[HowTo find all particular contracts]
. link:api.adoc[JavaScript API]
10 changes: 5 additions & 5 deletions src/download/downloader.js
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
// @flow
import DecompressZip from 'decompress-zip';
import EventEmitter from 'events';
import { https } from 'follow-redirects';
import fs from 'mz/fs';
import os from 'os';
import path from 'path';
import fs from 'mz/fs';
import { https } from 'follow-redirects';
import DecompressZip from 'decompress-zip';

import { Verify } from '../pgp';
import { deleteIfExists, checkExists } from './file';
import { checkExists, deleteIfExists } from './file';

import type { DownloadConfig } from './config';

const TMP_FILE_NAME = 'dist.zip';
Expand Down

0 comments on commit 6584fb8

Please sign in to comment.