Skip to content

Commit

Permalink
Merge pull request #51 from oceanprotocol/fix/package.json
Browse files Browse the repository at this point in the history
Fix/package.json
  • Loading branch information
Ahmed authored May 11, 2020
2 parents 8c8a612 + 45ab4cf commit 4fbb19f
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 8 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

24 changes: 18 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
{
"name": "contracts",
"version": "1.0.0",
"description": "## Architecture",
"main": "truffle-config.js",
"name": "@oceanprotocol/contracts",
"version": "0.0.1",
"description": "Ocean Protocol L1 - DataTokens",
"bugs": {
"url": "https://github.com/oceanprotocol/contracts/issues"
},
"homepage": "https://github.com/oceanprotocol/contracts#readme",
"main": "README.md",
"directories": {
"doc": "docs",
"test": "test"
Expand All @@ -17,8 +21,16 @@
"lint:eslint": "eslint --ignore-pattern '/coverage/' .",
"lint": "npm run lint:eslint && npm run lint:ethlint"
},
"author": "",
"license": "ISC",
"files": [
"doc/**/*",
"README.md"
],
"repository": {
"type": "git",
"url": "git+https://github.com/oceanprotocol/contracts.git"
},
"author": "Ocean Protocol",
"license": "Apache-2.0",
"devDependencies": {
"openzeppelin-solidity": "^2.5.0",
"solidity-coverage": "0.6.1",
Expand Down

0 comments on commit 4fbb19f

Please sign in to comment.