File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 22 "name" : " @wojtekmaj/async-array-utils" ,
33 "version" : " 1.5.0" ,
44 "description" : " A collection of array-related async utilities." ,
5- "main" : " dist/umd /index.js" ,
5+ "main" : " dist/cjs /index.js" ,
66 "module" : " dist/esm/index.js" ,
77 "source" : " src/index.js" ,
88 "sideEffects" : false ,
99 "scripts" : {
10- "build" : " yarn build-esm && yarn build-umd " ,
10+ "build" : " yarn build-esm && yarn build-cjs " ,
1111 "build-esm" : " BABEL_ENV=production-esm babel src -d dist/esm --ignore \" **/*.spec.js\" " ,
12- "build-umd " : " BABEL_ENV=production-umd babel src -d dist/umd --ignore \" **/*.spec.js\" " ,
12+ "build-cjs " : " BABEL_ENV=production-cjs babel src -d dist/cjs --ignore \" **/*.spec.js\" " ,
1313 "clean" : " rimraf dist" ,
1414 "jest" : " jest" ,
1515 "lint" : " eslint src" ,
You can’t perform that action at this time.
0 commit comments