Skip to content

Commit

Permalink
version(2.0.2): Tree Shaking
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianWendelborn committed Mar 7, 2019
1 parent 2f71269 commit cfd9c10
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -85,5 +85,5 @@
},
"sideEffects": false,
"types": "index.d.ts",
"version": "2.0.1"
"version": "2.0.2"
}
4 changes: 4 additions & 0 deletions readme.md
Expand Up @@ -601,6 +601,10 @@ bitwise.string.toBits('10 10 12$%_.0')
## History
### 2.0.2
- Add Support for Tree Shaking
### 2.0.1
- Readme/package.json updates
Expand Down

0 comments on commit cfd9c10

Please sign in to comment.