File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 22 "name" : " ts-transformer-optimize-const-enum" ,
33 "version" : " 0.0.1" ,
44 "description" : " A TypeScript transformer that optimize exported const enum into object literal" ,
5- "main" : " dist/cjs/index .js" ,
6- "module" : " dist/ejs/index .js" ,
7- "types" : " dist/cjs/index .d.ts" ,
5+ "main" : " dist/cjs/transform .js" ,
6+ "module" : " dist/ejs/transform .js" ,
7+ "types" : " dist/cjs/transform .d.ts" ,
88 "repository" : " git@github.com:Fonger/ts-transformer-optimize-const-enum.git" ,
99 "author" : " Fonger <5862369+Fonger@users.noreply.github.com>" ,
1010 "license" : " MIT" ,
1818 " ttypescript"
1919 ],
2020 "scripts" : {
21- "build" : " rm -rf dist && yarn build:cjs && yarn build:ejs" ,
21+ "build" : " rm -rf dist && npm run build:cjs && npm run build:ejs" ,
2222 "build:cjs" : " tsc --outDir dist/cjs --declaration" ,
2323 "build:ejs" : " tsc --outDir dist/ejs --module es6"
2424 },
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments