Skip to content

Commit

Permalink
update dependencies and gulp-sourcemaps
Browse files Browse the repository at this point in the history
  • Loading branch information
rob-bateman committed Oct 23, 2014
1 parent e006fb7 commit 29a915b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@
"description": "GL Renderer for AwayJS",
"url": "http://www.away3d.com",
"dependencies": {
"awayjs-core": "^0.1.0",
"awayjs-stagegl": "^0.1.0"
"awayjs-core": "^0.2.0",
"awayjs-display": "^0.1.0",
"awayjs-stagegl": "^0.3.1"
},
"devDependencies": {
"browserify": "^5.12.0",
Expand All @@ -14,7 +15,7 @@
"gulp": "^3.8.8",
"gulp-changed": "^1.0.0",
"gulp-concat": "^2.4.1",
"gulp-sourcemaps": "^1.2.2",
"gulp-sourcemaps": "git://github.com/rob-bateman/gulp-sourcemaps.git",
"gulp-typescript": "^2.0.0",
"path": "^0.4.9",
"uglify-js": "~2.3.5",
Expand Down

0 comments on commit 29a915b

Please sign in to comment.