Skip to content

Commit

Permalink
Merge branch 'dev' into release/v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yan-man committed Feb 24, 2022
2 parents 2c49e51 + d755b0a commit a0ad1e1
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
{
"name": "virtual-power-plant",
"keywords": [],
"author": "Yan Man",
"version": "0.2.0",
"author": "Yan Man",
"keywords": [],
"description": "demo dApp implementation of VPP",
"private": true,
"main": "truffle.js",
"directories": {
"test": "test"
},
"scripts": {
"dev": "next dev",
"build": "next build",
Expand Down

0 comments on commit a0ad1e1

Please sign in to comment.