Skip to content

Commit

Permalink
chore(all): Update 6to5 to 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Cody Lundquist committed Jan 30, 2015
1 parent 92c0448 commit 862d84b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ var compilerOptions = {
sourceRoot: '',
moduleRoot: '',
moduleIds: false,
runtime: false,
experimental: false,
format: {
comments: false,
Expand Down Expand Up @@ -129,4 +128,4 @@ gulp.task('prepare-release', function(callback){
'changelog',
callback
);
});
});
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,14 @@
"conventional-changelog": "0.0.11",
"del": "^1.1.0",
"gulp": "^3.8.10",
"gulp-6to5": "^2.0.0",
"gulp-6to5": "^3.0.0",
"gulp-bump": "^0.1.11",
"gulp-jshint": "^1.9.0",
"gulp-yuidoc": "^0.1.2",
"jasmine-core": "^2.1.3",
"jshint-stylish": "^1.0.0",
"karma": "^0.12.28",
"karma-6to5-preprocessor": "^1.0.0",
"karma-6to5-preprocessor": "^3.0.0",
"karma-chrome-launcher": "^0.1.7",
"karma-jasmine": "^0.3.2",
"karma-jspm": "^1.0.1",
Expand Down

0 comments on commit 862d84b

Please sign in to comment.