File tree 3 files changed +5
-2
lines changed
3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 1
1
** /node_modules
2
+ example
3
+ lib /swagger-express /swagger-ui
Original file line number Diff line number Diff line change 3
3
"node": true
4
4
},
5
5
"rules": {
6
+ "no-use-before-define": [2, "nofunc"],
6
7
"quotes": [2, "single"]
7
8
}
8
9
}
Original file line number Diff line number Diff line change 4
4
"description" : " Document your Express REST API with Swagger." ,
5
5
"main" : " index.js" ,
6
6
"scripts" : {
7
- "lint" : " ./node_modules/eslint/bin/eslint.js **/*.js || exit 0"
7
+ "lint" : " ./node_modules/eslint/bin/eslint.js . || exit 0"
8
8
},
9
9
"repository" : {
10
10
"type" : " git" ,
29
29
"async" : " ^1.2.0" ,
30
30
"coffee-script" : " ^1.9.3" ,
31
31
"doctrine" : " ^0.6.4" ,
32
- "express" : " ^4.12.4" ,
33
32
"js-yaml" : " ^3.3.1" ,
34
33
"underscore" : " ^1.8.3"
35
34
},
36
35
"devDependencies" : {
37
36
"eslint" : " ^0.22.1" ,
37
+ "express" : " ^4.12.4" ,
38
38
"jade" : " ^1.10.0"
39
39
}
40
40
}
You can’t perform that action at this time.
0 commit comments