aws / aws-sdk-mobile-analytics-js

Amazon Mobile Analytics JavaScript SDK
Apache License 2.0
82 stars 38 forks source link

Any plans to publish this to NPM? #5

Closed mac- closed 9 years ago

mac- commented 9 years ago

It would be useful for those of us using browserify to build our JS bundles to be able to pull this in via NPM. Any thoughts?

cheruvian commented 9 years ago

You should now be able to require this in your package.json file:

"dependencies": {
    "aws-sdk-mobile-analytics": ">=0.9.0",
    "aws-sdk": ">=2.1.18"
  }
mac- commented 9 years ago

:+1:

peterleilei86 commented 7 years ago

how do you use "aws-sdk-mobile-analytics" dependency in a react-native app? I can't import it from node module.