File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,6 +4,9 @@ All notable changes to this project will be documented in this file.
44
55This project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
66
7+ ## 0.5.2
8+ * Fix removing exports that are parenthesized expressions. ([ #20 ] ( https://github.com/browserify/common-shakeify/pull/20 ) )
9+
710## 0.5.1
811* Fix file names in source maps. ([ #16 ] ( https://github.com/browserify/common-shakeify/pull/16 ) )
912
Original file line number Diff line number Diff line change 11{
22 "name" : " common-shakeify" ,
3- "version" : " 0.5.1 " ,
3+ "version" : " 0.5.2 " ,
44 "description" : " browserify tree shaking plugin using @indutny common-shake" ,
55 "main" : " index.js" ,
66 "scripts" : {
1616 " tree-shaking"
1717 ],
1818 "author" : " Renée Kooi <renee@kooi.me>" ,
19+ "contributors" : [
20+ " Damian Krzeminski (https://github.com/pirxpilot)" ,
21+ " Seph Gentle (https://github.com/josephg)" ,
22+ " Titus (https://github.com/wooorm)"
23+ ],
1924 "license" : " MIT" ,
2025 "bugs" : {
2126 "url" : " https://github.com/browserify/common-shakeify/issues"
You can’t perform that action at this time.
0 commit comments