Skip to content

Commit

Permalink
build: lock node versin.
Browse files Browse the repository at this point in the history
  • Loading branch information
zhyd1997 committed Jun 18, 2022
1 parent dd3c468 commit e49a3ff
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 9 deletions.
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
engine-strict=true
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
16
12 changes: 8 additions & 4 deletions package-lock.json

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

21 changes: 16 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,21 @@
{
"name": "budget-nft-hardhat",
"version": "1.0.0",
"description": "",
"main": "index.js",
"name": "rexforce",
"description": "Decentralized Autonomous Workforce Management Contracts",
"version": "0.1.0",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Ricochet-Exchange/rexforce.git"
},
"bugs": {
"url": "https://github.com/Ricochet-Exchange/rexforce/issues"
},
"homepage": "https://github.com/Ricochet-Exchange/rexforce#readme",
"engines": {
"node": "16.x",
"yarn": "please-use-npm"
},
"author": "",
"license": "ISC",
Expand Down

0 comments on commit e49a3ff

Please sign in to comment.