File tree 3 files changed +5
-4
lines changed
3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 11
11
"coverage" : " nyc npm test" ,
12
12
"coveralls" : " nyc npm test && nyc report --reporter=text-lcov | coveralls" ,
13
13
"dependencyCheck" : " szero . --ci" ,
14
- "start" : " PORT=8080 node ./bin/www " ,
14
+ "start" : " node ." ,
15
15
"prepublish" : " license-reporter report -s" ,
16
16
"openshift" : " nodeshift --strictSSL=false --dockerImage=registry.access.redhat.com/rhoar-nodejs/nodejs-8 --metadata.out=nodeshift-metadata.json" ,
17
17
"postinstall" : " license-reporter report -s && license-reporter save -s --xml licenses.xml"
18
18
},
19
+ "main" : " ./bin/www" ,
19
20
"repository" : {
20
21
"type" : " git" ,
21
22
"url" : " git://github.com/bucharest-gold/nodejs-circuit-breaker-redhat.git"
Original file line number Diff line number Diff line change 18
18
*/
19
19
'use strict' ;
20
20
const server = require ( '../app' ) ;
21
- const port = normalizePort ( process . env . PORT || '8081 ' ) ;
21
+ const port = normalizePort ( process . env . PORT || '8080 ' ) ;
22
22
23
23
server . on ( 'error' , onError ) ;
24
24
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " nodejs-circuit-breaker-redhat-name" ,
3
3
"version" : " 1.1.1" ,
4
- "main" : " false" ,
5
4
"author" : " Red Hat, Inc." ,
6
5
"license" : " Apache-2.0" ,
7
6
"scripts" : {
14
13
"prepublish" : " license-reporter report -s" ,
15
14
"openshift" : " nodeshift --strictSSL=false --dockerImage=registry.access.redhat.com/rhoar-nodejs/nodejs-8 --metadata.out=nodeshift-metadata.json" ,
16
15
"postinstall" : " license-reporter report -s && license-reporter save -s --xml licenses.xml" ,
17
- "start" : " PORT=8080 node ./bin/www "
16
+ "start" : " node ."
18
17
},
18
+ "main" : " ./bin/www" ,
19
19
"repository" : {
20
20
"type" : " git" ,
21
21
"url" : " git://github.com/bucharest-gold/nodejs-circuit-breaker-redhat.git"
You can’t perform that action at this time.
0 commit comments