diff --git a/package.json b/package.json index 782c980e5..132681770 100644 --- a/package.json +++ b/package.json @@ -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", @@ -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",