angular2-jsonapi
angular2-jsonapi copied to clipboard
Can't clone from git url via npm due to src folder in npmignore
I was going for a not yet merged feature branch today by using git url + branch annotation in package.json
This failed silent due to the line src in .npmignore introduced in 65aa57036c1b87381946cf6455f9b0e5e62534af rendering the successful install to node_modules/angular2-jsonapi/ useless.
Edith says: npm 5.6.0
Is there a particular reason to ignore the src folder for npm?