Skip to content

Commit

Permalink
Fix reference to webpack in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
tdeekens committed May 24, 2017
1 parent 415a4eb commit c33daff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ All relevant commits will be signed with the key `0x24BB6BF4` for additional sec

### Development and contributing

We rely on npm-run-scripts for integrating with out tooling infrastructure. We use ESLint as a pre-commit hook to ensure code consistency. Morover, to ease formatting we use [prettier](https://github.com/prettier/prettier) while building the `/dist` assets happens through `webpack`.
We rely on npm-run-scripts for integrating with out tooling infrastructure. We use ESLint as a pre-commit hook to ensure code consistency. Morover, to ease formatting we use [prettier](https://github.com/prettier/prettier) while building the `/dist` assets happens through `rollup`.

These are our npm scripts

Expand Down

0 comments on commit c33daff

Please sign in to comment.