Skip to content

Commit

Permalink
Prepare for a prerelease with the system generation code
Browse files Browse the repository at this point in the history
  • Loading branch information
Macroverse committed Mar 8, 2018
1 parent 0b728de commit ca097d7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*~
build/contracts/*.json
*.swp
build/contracts/*.json

3 changes: 3 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
*~
*.swp

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "macroverse",
"version": "1.2.0",
"version": "2.0.0-alpha.0",
"descrioption": "An entire universe on the Ethereum blockchain",
"keywords": [
"macroverse",
Expand All @@ -23,6 +23,6 @@
},
"license": "SEE LICENSE IN LICENSE",
"scripts": {
"prepare": "rm -f README.md~"
"prepack": "rm -f build/contracts/* && git checkout build/contracts"
}
}

0 comments on commit ca097d7

Please sign in to comment.