ZiadJ / knockoutjs-reactor

Recursively tracks changes within a view model no matter how deeply nested the observables are or whether they are nested within dynamically created array elements.
Other
74 stars 22 forks source link

Missing "main" declaration in package.json #50

Open bago opened 6 years ago

bago commented 6 years ago

Bower.json declares it, but package.json doesn't. Bower is deprecated so we should add it to package.json for anyone importing via npm.

sirber commented 4 years ago

I cannot require this package with npm if this line is missing:

"main": "dist/ko-reactor.js",