1
0
mirror of https://github.com/oceanprotocol/react.git synced 2025-01-23 00:18:12 +01:00

Merge pull request #12 from oceanprotocol/feature/publish

Library publishing
This commit is contained in:
Alex Coseru 2020-05-11 17:22:43 +03:00 committed by GitHub
commit 1a7b390a2f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 17 additions and 0 deletions

View File

@ -18,3 +18,11 @@ script:
notifications:
email: false
deploy:
- provider: npm
email: 'devops@oceanprotocol.com'
api_key: ${NPM_TOKEN}
skip_cleanup: true
on:
tags: true

9
CHANGELOG.md Normal file
View File

@ -0,0 +1,9 @@
### Changelog
All notable changes to this project will be documented in this file. Dates are displayed in UTC.
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
#### 0.0.1
> 11 May 2020