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 1
1
{
2
2
"name" : " js-http-status" ,
3
- "version" : " 0.1.2 " ,
3
+ "version" : " 0.1.3 " ,
4
4
"description" : " [![License][license-badge]][license-url]" ,
5
- "main" : " src /index.js " ,
5
+ "main" : " dist /index" ,
6
6
"scripts" : {
7
7
"commit" : " git-cz" ,
8
8
"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 ' ;
2
2
export {
3
3
default as findStatusByCode
4
4
} from './utils/find-status/find-status-by-code' ;
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ module.exports = {
11
11
} ,
12
12
output : {
13
13
path : path . resolve ( __dirname , 'dist' ) ,
14
- filename : isProduction ? 'http-status.min.js' : 'http-status .js',
14
+ filename : 'index .js',
15
15
library : 'js-http-status' ,
16
16
libraryTarget : 'umd' ,
17
17
umdNamedDefine : true ,
You can’t perform that action at this time.
0 commit comments