loopback-component-admin icon indicating copy to clipboard operation
loopback-component-admin copied to clipboard

Difference between npm and branch master@git in admin-spec.js file

Open hlihhovac opened this issue 8 years ago • 0 comments

in file package/dist/admin-spec.js from https://registry.npmjs.org/loopback-component-admin/-/loopback-component-admin-0.0.7.tgz at line: 53 url = 'http://' + host + ':' + port + api;

is different

from master branch @ git in file https://github.com/BoLaMN/loopback-component-admin/blob/master/dist/admin-spec.js at line: 61 url = options.url || 'http://' + host + ':' + port + api;

which probably could be avoided with PR#16 and save several hours of debugging for someone... :(

hlihhovac avatar Aug 25 '17 22:08 hlihhovac