Merge pull request #51 from oceanprotocol/feature/rename

rename to commons
This commit is contained in:
Matthias Kretschmann 2019-04-03 15:03:26 +02:00 committed by GitHub
commit a7346b970c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
9 changed files with 23 additions and 14 deletions

View File

@ -1,14 +1,23 @@
[![banner](https://raw.githubusercontent.com/oceanprotocol/art/master/github/repo-banner%402x.png)](https://oceanprotocol.com)
<h1 align="center">commons-marketplace</h1>
<h1 align="center">Commons</h1>
> Marketplace front-end and backend server to explore, download, and publish open data sets.
> https://commons.oceanprotocol.com
[![Build Status](https://travis-ci.com/oceanprotocol/commons-marketplace.svg?token=3psqw6c8KMDqfdGQ2x6d&branch=master)](https://travis-ci.com/oceanprotocol/commons-marketplace)
[![Build Status](https://travis-ci.com/oceanprotocol/commons.svg?token=3psqw6c8KMDqfdGQ2x6d&branch=master)](https://travis-ci.com/oceanprotocol/commons)
[![code style: prettier](https://img.shields.io/badge/code_style-prettier-7b1173.svg?style=flat-square)](https://github.com/prettier/prettier)
[![js oceanprotocol](https://img.shields.io/badge/js-oceanprotocol-7b1173.svg)](https://github.com/oceanprotocol/eslint-config-oceanprotocol)
[![css bigchaindb](https://img.shields.io/badge/css-bigchaindb-39BA91.svg)](https://github.com/bigchaindb/stylelint-config-bigchaindb)
---
**This marketplace is deployed under https://commons.oceanprotocol.com and can be used there. Feel free to [report any issues](https://github.com/oceanprotocol/commons/issues) you encounter.**
If you're a developer and want to contribute to, or want to utilize this marketplace's code in your projects, then keep on reading.
---
- [Get Started](#get-started)
- [Use with Barge](#use-with-barge)
- [Production](#production)

View File

@ -1,5 +1,5 @@
{
"name": "commons-marketplace-client",
"name": "commons-client",
"version": "0.1.0",
"lockfileVersion": 1,
"requires": true,

View File

@ -1,5 +1,5 @@
{
"name": "commons-marketplace-client",
"name": "commons-client",
"description": "Ocean Protocol marketplace frontend to explore, download, and publish open data sets.",
"version": "0.1.0",
"license": "Apache-2.0",
@ -48,7 +48,7 @@
},
"repository": {
"type": "git",
"url": "https://github.com/oceanprotocol/commons-marketplace"
"url": "https://github.com/oceanprotocol/commons"
},
"browserslist": [
">0.2%",

View File

@ -63,7 +63,7 @@ class App extends Component<{}, AppState> {
},
body: JSON.stringify({
address: this.state.account,
agent: 'commons-marketplace'
agent: 'commons'
})
}
)

View File

@ -1,8 +1,8 @@
{
"name": "commons-marketplace",
"name": "commons",
"repository": {
"type": "git",
"url": "https://github.com/oceanprotocol/commons-marketplace.git"
"url": "https://github.com/oceanprotocol/commons.git"
},
"dependencies": [
{

2
package-lock.json generated
View File

@ -1,5 +1,5 @@
{
"name": "commons-marketplace",
"name": "commons",
"version": "0.1.0",
"lockfileVersion": 1,
"requires": true,

View File

@ -1,5 +1,5 @@
{
"name": "commons-marketplace",
"name": "commons",
"description": "Ocean Protocol marketplace to explore, download, and publish open data sets.",
"version": "0.1.0",
"private": true,
@ -36,6 +36,6 @@
},
"repository": {
"type": "git",
"url": "https://github.com/oceanprotocol/commons-marketplace"
"url": "https://github.com/oceanprotocol/commons"
}
}

View File

@ -1,5 +1,5 @@
{
"name": "commons-marketplace-server",
"name": "commons-server",
"version": "1.0.0",
"lockfileVersion": 1,
"requires": true,

View File

@ -1,5 +1,5 @@
{
"name": "commons-marketplace-server",
"name": "commons-server",
"description": "Ocean Protocol marketplace backend.",
"version": "1.0.0",
"license": "Apache-2.0",
@ -47,7 +47,7 @@
},
"repository": {
"type": "git",
"url": "https://github.com/oceanprotocol/commons-marketplace"
"url": "https://github.com/oceanprotocol/commons"
},
"jest": {
"preset": "ts-jest"