Skip to content

Commit

Permalink
Updated to version 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Padget committed Jun 23, 2017
1 parent 6ab195c commit 27a7322
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
7 changes: 1 addition & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[![Build Status](https://travis-ci.org/Looking-To-Game/ltg-fe.svg?branch=master)](https://travis-ci.org/Looking-To-Game/ltg-fe)

## Version
0.2.0
0.3.0

## Description
Looking to game is a service that helps people form groups to play games.
Expand All @@ -19,8 +19,3 @@ https://github.com/Looking-To-Game/ltg-be
1. Run `npm i`
1. Run the back end server and database.
1. Build webpack and run the server on the front end `npm run build-watch`.

# Packages
## file-loader
Instructs webpack to emit the required object as file and to return its public url.
https://www.npmjs.com/package/file-loader
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ltg-fe",
"version": "0.2.0",
"version": "0.3.0",
"description": "Looking to game front end",
"main": "server.js",
"start": "node server.js",
Expand Down

0 comments on commit 27a7322

Please sign in to comment.