mirror of
https://github.com/photonstorm/phaser
synced 2024-11-21 20:23:19 +00:00
Updated year and package details
This commit is contained in:
parent
d06eb79b44
commit
889bcb64e9
3 changed files with 3 additions and 3 deletions
|
@ -3,3 +3,4 @@ dist/
|
|||
docs/
|
||||
merge/
|
||||
examples/
|
||||
v3/
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
The MIT License (MIT)
|
||||
|
||||
Copyright (c) 2016 Richard Davey, Photon Storm Ltd.
|
||||
Copyright (c) 2018 Richard Davey, Photon Storm Ltd.
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
||||
this software and associated documentation files (the "Software"), to deal in
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"//": "npm publish --tag beta",
|
||||
"name": "phaser",
|
||||
"version": "3.0.0-beta.15",
|
||||
"version": "3.0.0-beta.17",
|
||||
"release": "Shadow Coast",
|
||||
"description": "A fast, free and fun HTML5 Game Framework for Desktop and Mobile web browsers.",
|
||||
"author": "Richard Davey <rdavey@gmail.com> (http://www.photonstorm.com)",
|
||||
|
@ -11,7 +11,6 @@
|
|||
"license": "MIT",
|
||||
"licenseUrl": "http://www.opensource.org/licenses/mit-license.php",
|
||||
"main": "./src/phaser.js",
|
||||
"typings": "./typings/index.d.ts",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://photonstorm@github.com/photonstorm/phaser.git"
|
||||
|
|
Loading…
Reference in a new issue