From f5e84ba94fc7629c90be16c16c8ce4b3da87c996 Mon Sep 17 00:00:00 2001 From: shaunlee <41314845+shaunleejx@users.noreply.github.com> Date: Fri, 27 Jul 2018 04:23:00 +0800 Subject: [PATCH 1/2] Updated the license year Updated the year of the license to the current year --- LICENSE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LICENSE b/LICENSE index 2c32453d..422aaa7c 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2010 Louis Stowasser +Copyright (c) 2018 Louis Stowasser Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal From 3090e3edd642b9de0121a8281ca691677b89a369 Mon Sep 17 00:00:00 2001 From: shaunlee <41314845+shaunleejx@users.noreply.github.com> Date: Sat, 28 Jul 2018 16:51:15 +0800 Subject: [PATCH 2/2] Fixed Grammatical Error --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 08145e0f..1b37dc6d 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Crafty JS [![Travis Build Status](https://travis-ci.org/craftyjs/Crafty.svg?branch=develop)](https://travis-ci.org/craftyjs/Crafty) [![AppVeyor Build Status](https://ci.appveyor.com/api/projects/status/github/craftyjs/Crafty?svg=true&branch=develop)](https://ci.appveyor.com/project/starwed/crafty) [![Sauce Test Status](https://saucelabs.com/buildstatus/mucaho)](https://saucelabs.com/u/mucaho) +# Crafty JS [![Travis Build Status](https://travis-ci.org/craftyjs/Crafty.svg?branch=develop)](https://travis-ci.org/craftyjs/Crafty) [![AppVeyor Build Status](https://ci.appveyor.com/api/projects/status/github/craftyjs/Crafty?svg=true&branch=develop)](https://ci.appveyor.com/project/starwed/crafty) [![Sauce Test Status](https://saucelabs.com/buildstatus/mucaho)](https://saucelabs.com/u/mucaho) Crafty is a JavaScript game library that can help you create games in a structured way… @@ -82,7 +82,7 @@ If you would like to make larger contributions please catch us in the [forum](ht ### Quick build instructions -The easiest way to build crafty uses [gruntjs](http://gruntjs.com/), which requires [node](nodejs.org/) and [npm](https://npmjs.org/). If you have grunt, node, and npm already installed, then run `npm install` from Crafty's root directory. (This will pull down about 30MB of node packages.) From then on, just run `grunt` to build. +The easiest way to build crafty is to use [gruntjs](http://gruntjs.com/), which requires [node](nodejs.org/) and [npm](https://npmjs.org/). If you have grunt, node, and npm already installed, then run `npm install` from Crafty's root directory. (This will pull down about 30MB of node packages.) From then on, just run `grunt` to build. You can also use [yarn](https://yarnpkg.com/) instead of npm.