What is the correct way with NPM to package a BUILT version of a forked Git repository? What is the correct way with NPM to package a BUILT version of a forked Git repository? git git

What is the correct way with NPM to package a BUILT version of a forked Git repository?


That seems similar to karma-runner/karma-jasmine issue 38, not exactly the same library, but the same idea, and issue with adapter.js:

As you correctly pointed out, adapter.js generated by grunt build.
adpater.js is placed only in npm repository when we run grunt release.

If you want use your version of karma-jasmine then you can remove lib/adapter.js from .gitignore.

So option 2.