File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ function create(options) {
3030 // legacy support
3131 // where angularity.json is present it should define the port
3232 var angularityJsonPath = path . resolve ( 'angularity.json' ) ,
33- angularityPort = fs . existsSync ( angularityJsonPath ) && ( require ( angularityJsonPath ) . port + 1 ) || undefined ;
33+ angularityPort = fs . existsSync ( angularityJsonPath ) && require ( angularityJsonPath ) . port || undefined ;
3434
3535 // options set
3636 var args = Array . prototype . slice . call ( arguments ) ,
Original file line number Diff line number Diff line change 11{
22 "name" : " webpack-angularity-solution" ,
3- "version" : " 0.13.0 " ,
3+ "version" : " 0.13.1 " ,
44 "description" : " Requisite configuration and modules to build Angularity projects with Webpack" ,
55 "main" : " index.js" ,
66 "repository" : {
You can’t perform that action at this time.
0 commit comments