Skip to content

Commit 889bcb6

Browse files
committed
Updated year and package details
1 parent d06eb79 commit 889bcb6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.npmignore

+1
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ dist/
33
docs/
44
merge/
55
examples/
6+
v3/

license.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2016 Richard Davey, Photon Storm Ltd.
3+
Copyright (c) 2018 Richard Davey, Photon Storm Ltd.
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy of
66
this software and associated documentation files (the "Software"), to deal in

package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"//": "npm publish --tag beta",
33
"name": "phaser",
4-
"version": "3.0.0-beta.15",
4+
"version": "3.0.0-beta.17",
55
"release": "Shadow Coast",
66
"description": "A fast, free and fun HTML5 Game Framework for Desktop and Mobile web browsers.",
77
"author": "Richard Davey <[email protected]> (http://www.photonstorm.com)",
@@ -11,7 +11,6 @@
1111
"license": "MIT",
1212
"licenseUrl": "http://www.opensource.org/licenses/mit-license.php",
1313
"main": "./src/phaser.js",
14-
"typings": "./typings/index.d.ts",
1514
"repository": {
1615
"type": "git",
1716
"url": "https://[email protected]/photonstorm/phaser.git"

0 commit comments

Comments
 (0)