Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
rosskettle committed May 28, 2014
2 parents d3efe31 + f444cb1 commit 49d2bc2
Show file tree
Hide file tree
Showing 375 changed files with 96,159 additions and 22,762 deletions.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ Thumbs.db
*.map
*.orig
*.js
.idea*
/obj/debug/*
/build/kiwi_src
!log4javascript.js
Expand All @@ -39,8 +40,10 @@ _ReSharper*/
!/build/*.js
!/build/src/*
!/build/src/*/*.js
!/examples/*/.js
!/examples/*/*.js
!/templateGame/*/*.js
/node_modules
/GLTests
/testgl
tscommand.tmp.txt
.tscache/build/*
309 changes: 255 additions & 54 deletions README.md

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Kiwi.js",
"version": "0.5.3",
"version": "1.0.0",
"homepage": "git://github.com:gamelab/kiwi.js.git",
"authors": [
"GameLab"
Expand All @@ -14,7 +14,7 @@
"typescript",
"javascript"
],
"license": "GPL",
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
Expand Down
Loading

0 comments on commit 49d2bc2

Please sign in to comment.