diff --git a/.npmignore b/.npmignore index 31de10a5d..98e7ae079 100644 --- a/.npmignore +++ b/.npmignore @@ -3,3 +3,4 @@ dist/ docs/ merge/ examples/ +v3/ diff --git a/license.txt b/license.txt index f932621e4..b9b394852 100644 --- a/license.txt +++ b/license.txt @@ -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 diff --git a/package.json b/package.json index 5cddd034e..d324df0b2 100644 --- a/package.json +++ b/package.json @@ -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 (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"