Skip to content
This repository has been archived by the owner on Apr 25, 2023. It is now read-only.

Commit

Permalink
sync npm version with sol version
Browse files Browse the repository at this point in the history
  • Loading branch information
clbrge committed Apr 6, 2019
1 parent 9cbda39 commit fd69d6f
Show file tree
Hide file tree
Showing 4 changed files with 2,128 additions and 813 deletions.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,6 @@
build/
tmp
*.local
node_modules/
Makefile

270 changes: 0 additions & 270 deletions package-lock.json

This file was deleted.

26 changes: 24 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
{
"name": "Rouge-Protocol",
"version": "0.4.3",
"version": "0.17.0+190506",
"description": "The Rouge Project - Note and Voucher Protocol",
"main": "",
"files": [
"build",
"src"
],
"keywords": [
"ethereum",
"coupon",
Expand All @@ -14,11 +18,29 @@
"Valentin D. Guillois <[email protected]>"
],
"license": "AGPL-3.0-only",
"dependencies": {
"repository": "TheRougeProject/Rouge-Protocol-ETH",
"scripts": {
"prepublish": "yarn run build",
"precommit": "yarn run test",
"prepush": "yarn run test",
"release": "release-it",
"test": "truffle test",
"build": "truffle compile"
},
"release-it": {
"github": {
"release": true
}
},
"publishConfig": {
"access": "public"
},
"devDependencies": {
"eth-sig-util": "^2.1.0",
"ethereumjs-abi": "^0.6.5",
"ethereumjs-util": "^5.2.0",
"hex64": "^0.4.0",
"release-it": "^10.4.0",
"remixd": "^0.1.8-alpha.5"
}
}
Loading

0 comments on commit fd69d6f

Please sign in to comment.