We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1af8dc0 commit 7c89ebdCopy full SHA for 7c89ebd
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "ts-transformer-optimize-const-enum",
3
- "version": "0.0.1",
+ "version": "0.0.2",
4
"description": "A TypeScript transformer that optimize exported const enum into object literal",
5
"main": "dist/cjs/transform.js",
6
"module": "dist/ejs/transform.js",
0 commit comments