Skip to content

Commit

Permalink
Update config files and banner
Browse files Browse the repository at this point in the history
  • Loading branch information
starwed committed Oct 9, 2016
1 parent 94ffbdd commit 5fde527
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gruntfile.js
Expand Up @@ -8,7 +8,7 @@ module.exports = function (grunt) {
' * <%= pkg.name %> <%= pkg.version %>\n' +
' * <%= pkg.author.url %>\n *\n' +
' * Copyright <%= grunt.template.today("yyyy") %>, <%= pkg.author.name %>\n' +
' * Dual licensed under the MIT or GPL licenses.\n' +
' * Licensed under the MIT license.\n' +
' */\n\n';

var docGen = function() {
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Expand Up @@ -7,7 +7,7 @@
"game",
"engine"
],
"license": ["GPL", "MIT"],
"license": ["MIT"],
"main": "dist/crafty.js",
"ignore": [
"**",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -14,7 +14,7 @@
"type": "git",
"url": "https://github.com/craftyjs/Crafty.git"
},
"licenses": "(GPL OR MIT)",
"licenses": "MIT",
"description": "Crafty is a modern component and event based framework for developing games in JavaScript that targets DOM, Canvas and WebGL.",
"keywords": [
"framework",
Expand Down

0 comments on commit 5fde527

Please sign in to comment.