Skip to content

Commit

Permalink
Update transpiling.md (#251)
Browse files Browse the repository at this point in the history
JSON files require using double quotes for string literals.
  • Loading branch information
ravshansbox authored and dolezel committed May 9, 2018
1 parent 2880130 commit 3b670bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/transpiling.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ You can use babel or typescript for transpiling migration files. You have e.g. t

### Use global configuration

1. Update `scripts` section in your `package.json` to contain `'migrate': 'babel-node node_modules/node-pg-migrate/bin/node-pg-migrate'`
1. Update `scripts` section in your `package.json` to contain `"migrate": "babel-node node_modules/node-pg-migrate/bin/node-pg-migrate"`

### Use custom configuration

Expand Down

0 comments on commit 3b670bf

Please sign in to comment.