Skip to content

Commit

Permalink
Merge branch 'main' of github.com:airswap/airswap-protocols
Browse files Browse the repository at this point in the history
  • Loading branch information
Don Mosites committed Sep 2, 2021
2 parents 6b37cc4 + b66be80 commit 4d0e4d9
Show file tree
Hide file tree
Showing 5 changed files with 7,389 additions and 974 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '10.x'
node-version: '14.x'
registry-url: 'https://registry.npmjs.org'
- run: npx lerna publish from-package --yes
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- name: Test using Node.js
uses: actions/setup-node@v1
with:
node-version: '10.x'
node-version: '14.x'
- run: yarn
- run: yarn ganache > /dev/null &
- run: yarn test
Expand Down
1 change: 0 additions & 1 deletion .nvmrc

This file was deleted.

13 changes: 8 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
},
"devDependencies": {
"@gnosis.pm/mock-contract": "^3.0.7",
"@truffle/hdwallet-provider": "^1.0.17",
"@truffle/hdwallet-provider": "^1.5.0",
"@typescript-eslint/eslint-plugin": "^2.19.2",
"@typescript-eslint/parser": "^2.19.2",
"babel-eslint": "^10.0.2",
Expand All @@ -52,10 +52,13 @@
"prettier": "^1.19.1",
"prettier-plugin-solidity": "^1.0.0-alpha.45",
"solhint": "^3.3.2",
"truffle": "^5.0.32",
"truffle-flatten": "^1.0.6",
"truffle-hdwallet-provider-privkey": "^1.0.3",
"truffle-verify": "^1.0.4"
"truffle": "^5.4.8",
"truffle-flatten": "^1.0.8",
"truffle-hdwallet-provider-privkey": "^0.3.0",
"truffle-verify": "^1.0.8"
},
"engines": {
"node": ">=14"
},
"husky": {
"hooks": {
Expand Down
Loading

0 comments on commit 4d0e4d9

Please sign in to comment.