Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add npm deploy on release #6

Open
wants to merge 37 commits into
base: master
Choose a base branch
from
Open
Changes from 2 commits
Commits
Show all changes
37 commits
Select commit Hold shift + click to select a range
a05bc04
WIP shamir integration
Nov 5, 2018
f494ea0
Merge branch 'master' into setupProject-integrate-shamir
Nov 5, 2018
d06003a
get rid of unused vars, fix test case
Nov 5, 2018
45d99ed
utility functions and combine function
Nov 8, 2018
8e9eef2
writing methods for combine
Nov 8, 2018
8db2253
split functions into smaller functions - add more test cases
Nov 8, 2018
c4053fa
Use react-native-securerandom as a peer dependency
barlock Nov 8, 2018
6088300
wrote more functions and tests
Nov 9, 2018
a3ba7de
fixed typo in lagrange
Nov 9, 2018
585a177
Add npm deploy on release
barlock Nov 9, 2018
82770ca
npm registry
Nov 9, 2018
ef3e38c
jsdoc
Nov 10, 2018
2965580
jsdoc
Nov 11, 2018
8f3227f
resolve merge
Nov 11, 2018
dab1a61
merged in rnsr-peer
Nov 11, 2018
c84a69d
took outbackup files
Nov 11, 2018
d9142bc
Merge pull request #7 from ConsenSys/setup-integrate-shamir-partTwo
hadasz Nov 11, 2018
c306a3d
integrated in secure storage and private key generation
Nov 12, 2018
0b8e4a2
fixed trailing comma
Nov 12, 2018
a30c5d5
took out embarassingly shameless plug for self in example app
Nov 12, 2018
2f71b3e
altered readme
Nov 12, 2018
57a9675
readme
Nov 12, 2018
9e8cc8c
added develop to travs.yml
Nov 12, 2018
8220a90
Merge pull request #9 from ConsenSys/aes
hadasz Nov 12, 2018
3a85f36
changed npm auth token in travis.yml
Nov 12, 2018
b4b5c78
wrote some more tests
Nov 13, 2018
23fb731
integrated in IPFS
Nov 13, 2018
a71c055
made exported function names more descriptive
Nov 13, 2018
e373590
made it prettier
Nov 13, 2018
f6efb05
Merge pull request #12 from ConsenSys/ipfs
hadasz Nov 13, 2018
d1307d1
added encrypted auth token
Nov 14, 2018
0518cbd
deploy to npm on releases to develop
Nov 14, 2018
71b7d5e
edited the installation section
Nov 14, 2018
0d24995
added usage to readme
Nov 14, 2018
35bc2ee
added develop to travis pipeline
Nov 14, 2018
d39fab7
Merge pull request #13 from ConsenSys/readme
hadasz Nov 14, 2018
fbd1e9b
Merge branch 'develop' into travis-deploy
hadasz Nov 14, 2018
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 9 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
language: node_js
node_js:
- '8'
- '8'
branches:
only:
- master
- master
deploy:
provider: npm
email: hadaszeilberger@gmail.com
api_key:
secure: MMG/XreuTKberxNCl4K7oqkkApkPWVRJUPuon3eufZOeH+s/wWcbCu0ngrUH9A7ZQUpQjS09oyrFGyktKaAs8AOudzJKztsCUOjdqXtO+byJmbEKP5Zu4hlXyuNechHkTy3s+BE1lfFgJDb5gsTbYlfnQL/T3/n/Js8QuznZ31MD10tRb4AlIry6l/LCm4hjt/n2SXP+a4TSCxqnhiRhWMe3v4nXgTffRazg7DF0f6PURFtil8jkU8371b8dR1vSBglh3xHNl1duT9gH5gO9Uhe1eTtdcEltedgthyqaOR0J241drUoSx3Nc79y2+2MAwurLzDUjMrSY/QzdTacCswTt4hlb1zaj2O6KBa11WqowjBkzW7HLC356Y468449VHyK7/q9hxvuF+nqE1c9IA1Yt6e10SAavxS/emrUHH+tZwR31dWK7SZDfUiUqb1QiX3hL5j+b4kdZeVDka3tm3MvGHQpEKRwm2GlKk33JhzaLwNJNphcYZMkoOycQxGwvyDt0ERptnC7xZzUdOrE9sR2iW/tM6/Jewfau2SsMBbp0ThiQkNwMQgiEcwtryulJyRrqBdGWuC2Mt8ddKCsnbA4ZDGOBf68wR/zXGvA/yzOrCgTcgXXFQWvs3XvJh/CnoWsqYBIvuaOd1j179uYTYeadXcb9h1xdn7CI2CIMlAk=
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@hadasz This needs to be updated too. I left a link with how to encrypt your token in the top comment.

on:
tags: true