Skip to content

Commit

Permalink
2.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
fforbeck committed Oct 14, 2022
1 parent c907c51 commit a2cc438
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 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.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tribute-contracts",
"version": "2.6.1",
"version": "2.6.2",
"description": "A new modular DAO framework, inspired by the Moloch smart contracts",
"keywords": [
"dao",
Expand All @@ -25,9 +25,9 @@
"directories": {
"test": "test"
},
"engines" : {
"npm" : ">=7.0.0 <9.0.0",
"node" : ">=16.0.0 <17.0.0"
"engines": {
"npm": ">=7.0.0 <9.0.0",
"node": ">=16.0.0 <17.0.0"
},
"scripts": {
"build": "npm ci && npm run compile",
Expand Down

0 comments on commit a2cc438

Please sign in to comment.