1
0
mirror of https://github.com/oceanprotocol/commons.git synced 2023-03-15 18:03:00 +01:00

rename to commons

This commit is contained in:
Matthias Kretschmann 2019-04-03 14:40:31 +02:00
parent 876ee28203
commit c35db1b37a
Signed by: m
GPG Key ID: 606EEEF3C479A91F
9 changed files with 15 additions and 15 deletions

View File

@ -1,10 +1,10 @@
[![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.
[![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)
@ -25,7 +25,7 @@ To make use of all the functionality, you need to connect to the Ocean network.
To spin up both, the client and the server in a watch mode for local development, execute:
```bash
npm install
npm install-all
npm start
```

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"