mirror of
https://github.com/photonstorm/phaser
synced 2024-11-24 21:53:59 +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/
|
docs/
|
||||||
merge/
|
merge/
|
||||||
examples/
|
examples/
|
||||||
|
v3/
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
The MIT License (MIT)
|
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
|
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
|
this software and associated documentation files (the "Software"), to deal in
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"//": "npm publish --tag beta",
|
"//": "npm publish --tag beta",
|
||||||
"name": "phaser",
|
"name": "phaser",
|
||||||
"version": "3.0.0-beta.15",
|
"version": "3.0.0-beta.17",
|
||||||
"release": "Shadow Coast",
|
"release": "Shadow Coast",
|
||||||
"description": "A fast, free and fun HTML5 Game Framework for Desktop and Mobile web browsers.",
|
"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)",
|
"author": "Richard Davey <rdavey@gmail.com> (http://www.photonstorm.com)",
|
||||||
|
@ -11,7 +11,6 @@
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"licenseUrl": "http://www.opensource.org/licenses/mit-license.php",
|
"licenseUrl": "http://www.opensource.org/licenses/mit-license.php",
|
||||||
"main": "./src/phaser.js",
|
"main": "./src/phaser.js",
|
||||||
"typings": "./typings/index.d.ts",
|
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://photonstorm@github.com/photonstorm/phaser.git"
|
"url": "https://photonstorm@github.com/photonstorm/phaser.git"
|
||||||
|
|
Loading…
Reference in a new issue