File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " rapidoc" ,
3
- "version" : " 7.0.1 " ,
3
+ "version" : " 7.0.2 " ,
4
4
"description" : " RapiDoc - Open API spec viewer with built in console" ,
5
5
"author" :
" Mrinmoy Majumdar <[email protected] >" ,
6
6
"repository" : {
37
37
"scripts" : {
38
38
"build" : " NODE_ENV=production webpack" ,
39
39
"serve" : " webpack-dev-server --mode=development" ,
40
- "lint" : " ./node_modules/eslint/bin/eslint.js ./src/**" ,
41
- "lint-fix" : " ./node_modules/eslint/bin/eslint.js --fix ./src/**"
40
+ "lint" : " ./node_modules/eslint/bin/eslint.js ./src/**" ,
41
+ "lint-fix" : " ./node_modules/eslint/bin/eslint.js --fix ./src/**"
42
42
},
43
43
"devDependencies" : {
44
44
"@babel/core" : " ^7.7.4" ,
50
50
"css-loader" : " ^3.2.0" ,
51
51
"eslint" : " ^6.7.0" ,
52
52
"eslint-config-airbnb" : " ^18.0.1" ,
53
+ "eslint-import-resolver-webpack" : " ^0.11.1" ,
53
54
"eslint-loader" : " ^3.0.2" ,
54
- "eslint-import-resolver-webpack" :" ^0.11.1" ,
55
55
"eslint-plugin-import" : " ^2.18.2" ,
56
56
"file-loader" : " ^4.3.0" ,
57
57
"filemanager-webpack-plugin" : " ^2.0.5" ,
65
65
"webpack-cli" : " ^3.3.10" ,
66
66
"webpack-dev-server" : " ^3.9.0"
67
67
}
68
- }
68
+ }
You can’t perform that action at this time.
0 commit comments