Thomas Geraghty

Results 4 issues of Thomas Geraghty

We use `main-bower-files` with gulp to inject our dependencies into our application and just suffered an outage because the main property in angular-img-fallback's bower points to ES6 code. I'd suggest...

I'm using makeself in a situation where I'd only like warnings and errors printed to console like -q when executing the outputted binary and not the ``` test Verifying archive...

With Github and Gitlab (there might be more) you can depend on a git URL in package.json like so: ```json "mydep": "git+ssh://[email protected]:internalapps/mydep.git" ``` However, the version is optional and at...

enhancement :crown:

We use TypeORM and get the following when attempting to use the tool: `SyntaxError: Unexpected character '@' (6:0)`, the line in question being `@EntityRepository(Tokens)`. Not sure if adding features on...