Skip to content

Commit

Permalink
fix: Remove higlight styling, fix format command
Browse files Browse the repository at this point in the history
  • Loading branch information
JureSotosek committed Sep 16, 2018
1 parent c6748f5 commit c23db54
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Use Yarn or NPM to install.

## Example

```bash
```
❯ emma-cli ~ emma
Search packages 📦 : grap
Search results:
Expand All @@ -57,7 +57,7 @@ Picked: Press Space to install packages...

## API

```md
```
Usage
$ emma
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"build": "babel src --out-dir dist --ignore __tests__",
"prepublish": "cross-env NODE_ENV=production npm run build",
"dev": "babel -w src --out-dir dist --ignore __tests__",
"format": "prettier-check --ignore-path .gitignore {src,.}/*.js",
"format": "prettier --write --ignore-path .gitignore {src,.}/*.js",
"test": "prettier-check --ignore-path .gitignore {src,.}/*.js && ava",
"pretest": "npm run build",
"semantic-release": "semantic-release",
Expand Down

0 comments on commit c23db54

Please sign in to comment.