Skip to content

Commit

Permalink
0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Roman committed Apr 4, 2018
1 parent 82f824c commit bb62777
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion AUTHORS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Authors
On *03/04/2018*:
On *04/04/2018*:

**Paul Roman** <*paul.roman@epitech.eu*>
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vitrine",
"version": "0.7.1",
"version": "0.8.0",
"description": "A modern game library using Electron, Node and IGDB.",
"main": "public/server.js",
"author": "Paul Roman",
Expand Down Expand Up @@ -93,6 +93,7 @@
"watch-client": "webpack --progress --config webpack.client.config.js --watch",
"start": "electron .",
"test": "mocha -r ts-node/register tests/**/*.test.ts --timeout 20000",
"generate-authors": "node scripts/run.js authors.sh",
"pack": "yarn build-scripts && yarn build-prod && build --dir",
"dist": "yarn build-scripts && yarn test && yarn build-prod && build",
"precommit": "tslint --fix assets/**/*.ts*"
Expand Down

0 comments on commit bb62777

Please sign in to comment.