1
0
mirror of https://github.com/oceanprotocol-archive/squid-js.git synced 2024-02-02 15:31:51 +01:00

Merge pull request #98 from Pedro-vk/feature/#66-docs

Added information about ganache-cli installation and .editorconfig file.
This commit is contained in:
Pedro Gutiérrez 2019-01-08 11:27:29 +01:00 committed by GitHub
commit d712eadafa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 18 additions and 1 deletions

15
.editorconfig Normal file
View File

@ -0,0 +1,15 @@
# https://editorconfig.org
root = true
[*]
charset = utf-8
indent_style = space
indent_size = 4
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
[*.md]
insert_final_newline = false
trim_trailing_whitespace = false

View File

@ -109,6 +109,8 @@ npm run test:cover
This will start a watcher for changes of the code.
`ganache-cli` can be installed following [this instructions](https://github.com/trufflesuite/ganache-cli#installation).
### Production build
```bash
@ -140,4 +142,4 @@ Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
limitations under the License.