Skip to content

Commit c345e07

Browse files
authored
Initial change to start a pull request branch, updating version
1 parent b3e4c34 commit c345e07

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

v2-community/package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "phaser-ce",
3-
"version": "2.7.1",
4-
"release": "2016-11-28",
3+
"version": "2.7.2",
4+
"release": "2016-12-06",
55
"description": "Phaser CE (Community Edition) is a fast, free and fun HTML5 Game Framework for Desktop and Mobile web browsers.",
66
"author": "Richard Davey <rdavey@gmail.com> (http://www.photonstorm.com)",
77
"logo": "https://raw.github.com/photonstorm/phaser/master/v2-community/phaser-logo-small.png",
@@ -15,6 +15,7 @@
1515
"url": "https://photonstorm@github.com/photonstorm/phaser.git"
1616
},
1717
"scripts": {
18+
"grunt": "grunt",
1819
"test": "NODE_ENV=test grunt jshint"
1920
},
2021
"keywords": [
@@ -32,6 +33,7 @@
3233
],
3334
"devDependencies": {
3435
"grunt": "^0.4.5",
36+
"grunt-cli": "^1.2.0",
3537
"grunt-contrib-clean": "^0.5.0",
3638
"grunt-contrib-concat": "^0.4.0",
3739
"grunt-contrib-connect": "^0.7.1",

0 commit comments

Comments
 (0)