bump to squid-js v1.0.0

This commit is contained in:
Matthias Kretschmann 2019-12-09 12:56:13 +01:00
parent 9ddd73cf2e
commit 7e608705c0
Signed by: m
GPG Key ID: 606EEEF3C479A91F
2 changed files with 3 additions and 3 deletions

View File

@ -37,7 +37,7 @@ See the page titled "[Ways to Contribute](https://docs.oceanprotocol.com/concept
## 🏛 License ## 🏛 License
```text ```text
Copyright 2018 Ocean Protocol Foundation Ltd. Copyright 2019 Ocean Protocol Foundation Ltd.
Licensed under the Apache License, Version 2.0 (the "License"); Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License. you may not use this file except in compliance with the License.

View File

@ -3,10 +3,10 @@
"version": "1.0.0", "version": "1.0.0",
"description": "React + squid.js interacting in the most minimal way with Ocean Protocol.", "description": "React + squid.js interacting in the most minimal way with Ocean Protocol.",
"dependencies": { "dependencies": {
"@oceanprotocol/squid": "^1.0.0-beta.7", "@oceanprotocol/squid": "^1.0.0",
"react": "^16.12.0", "react": "^16.12.0",
"react-dom": "^16.12.0", "react-dom": "^16.12.0",
"react-scripts": "^3.2.0", "react-scripts": "^3.3.0",
"web3": "^1.2.4" "web3": "^1.2.4"
}, },
"scripts": { "scripts": {