File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " js-http-status" ,
3- "version" : " 0.1.2 " ,
3+ "version" : " 0.1.3 " ,
44 "description" : " [![License][license-badge]][license-url]" ,
5- "main" : " src /index.js " ,
5+ "main" : " dist /index" ,
66 "scripts" : {
77 "commit" : " git-cz" ,
88 "clean" : " rimraf dist" ,
Original file line number Diff line number Diff line change 1- export { default as findStatus } from './utils/find-status' ;
1+ export { default as findStatus } from './utils/find-status/index ' ;
22export {
33 default as findStatusByCode
44} from './utils/find-status/find-status-by-code' ;
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ module.exports = {
1111 } ,
1212 output : {
1313 path : path . resolve ( __dirname , 'dist' ) ,
14- filename : isProduction ? 'http-status.min.js' : 'http-status .js',
14+ filename : 'index .js',
1515 library : 'js-http-status' ,
1616 libraryTarget : 'umd' ,
1717 umdNamedDefine : true ,
You can’t perform that action at this time.
0 commit comments