File tree Expand file tree Collapse file tree 3 files changed +12
-5
lines changed Expand file tree Collapse file tree 3 files changed +12
-5
lines changed Original file line number Diff line number Diff line change 22 "type" : " module" ,
33 "name" : " animated_java" ,
44 "title" : " Animated Java" ,
5- "version" : " 1.4.0 " ,
6- "display_version" : " 1.4.0 " ,
5+ "version" : " 1.4.1 " ,
6+ "display_version" : " 1.4.1 " ,
77 "min_blockbench_version" : " 4.10.0" ,
88 "author" : {
99 "name" : " Titus Evans (SnaveSutit)" ,
7070 "scripts" : {
7171 "build:scripts" : " esbuild --bundle --platform=node --outfile=dist/build.cjs --packages=external ./tools/esbuild.ts" ,
7272 "dev" : " yarn build:scripts && node ./dist/build.cjs --mode=dev" ,
73- "prod" : " yarn build:scripts && node ./dist/build.cjs" ,
73+ "prod" : " node ./tools/cleanupDist.cjs && yarn build:scripts && node ./dist/build.cjs" ,
7474 "format" : " prettier --write ."
7575 },
7676 "devDependencies" : {
Original file line number Diff line number Diff line change 14871487 "name": "no_armor",
14881488 "display_name": "no_armor",
14891489 "uuid": "5417306e-2c69-3f36-1e3c-edd904034a36",
1490- "texture_map": {},
1490+ "texture_map": {
1491+ "240844f3-f615-fe51-0ada-d208791fbdc0": "797174ae-5c58-4a83-a630-eefd51007c80",
1492+ "34528a28-3a31-8b47-65bb-ef2b60b02401": "797174ae-5c58-4a83-a630-eefd51007c80"
1493+ },
14911494 "excluded_nodes": []
14921495 },
14931496 {
14941497 "name": "no_baseplate",
14951498 "display_name": "no_baseplate",
14961499 "uuid": "bf2a6915-ec63-7ccf-3844-ea8be00b97e6",
1497- "texture_map": {},
1500+ "texture_map": {
1501+ "eb6c49b8-8e8e-a039-9a6f-ef6a06bc7924": "797174ae-5c58-4a83-a630-eefd51007c80"
1502+ },
14981503 "excluded_nodes": [
14991504 "98795982-9c43-6e3e-eed9-2c776a957938",
15001505 "102db36a-eeda-0e6f-d5cc-c186ecda8165",
Original file line number Diff line number Diff line change 1+ const fs = require ( 'fs' )
2+ fs . rmSync ( 'dist' , { recursive : true , force : true } )
You can’t perform that action at this time.
0 commit comments