Support cjs, esm and iife modules

This commit is contained in:
Michael Vines
2018-08-22 21:43:32 -07:00
parent 5a0206bcfe
commit bf83497bbc
4 changed files with 923 additions and 43 deletions

View File

@@ -10,7 +10,7 @@ after_success: npm run coveralls
before_deploy:
- cp -r doc solanaWeb3Api-$TRAVIS_BRANCH
- tar zcf solanaWeb3Api.tgz solanaWeb3Api-$TRAVIS_BRANCH
- cp lib/index.js solanaWeb3.min.js
- cp lib/index.iife.js solanaWeb3.min.js
deploy:
- provider: pages