Skip to content

Commit 3921082

Browse files
author
SilentCicero
committed
version 0.0.5 -- config, build, webpack
1 parent 87143ed commit 3921082

File tree

9 files changed

+2841
-28
lines changed

9 files changed

+2841
-28
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Don't check auto-generated stuff into git
22
node_modules
33
coverage
4+
lib
45

56
# Cruft
67
.DS_Store

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 0.0.5 -- more config
2+
3+
1. Module configuration for es5, webpack and dist builds
4+
15
# 0.0.4 -- remove unused deps
26

37
1. Removed one unused dep

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,12 +89,12 @@ You'll find more detailed information on using default and tailoring it to your
8989

9090
There is always a lot of work to do, and will have many rules to maintain. So please help out in any way that you can:
9191

92-
<!-- - Create, enhance, and debug rules (see our guide to ["Working on rules"](./github/CONTRIBUTING.md)). -->
92+
- Create, enhance, and debug ethjs rules (see our guide to ["Working on rules"](./github/CONTRIBUTING.md)).
9393
- Improve documentation.
9494
- Chime in on any open issue or pull request.
95-
- Open new issues about your ideas for making stylelint better, and pull requests to show us how your idea works.
95+
- Open new issues about your ideas for making `ethjs-util` better, and pull requests to show us how your idea works.
9696
- Add new tests to *absolutely anything*.
97-
- Create or contribute to ecosystem tools, like the plugins for Atom and Sublime Text.
97+
- Create or contribute to ecosystem tools, like modules for encoding or contracts.
9898
- Spread the word.
9999

100100
Please consult our [Code of Conduct](CODE_OF_CONDUCT.md) docs before helping out.

0 commit comments

Comments
 (0)