Skip to content

Commit

Permalink
fix(all): update compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
EisenbergEffect committed Apr 7, 2015
1 parent c14994f commit 191125d
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 17 deletions.
19 changes: 7 additions & 12 deletions build/babel-options.js
Original file line number Diff line number Diff line change
@@ -1,23 +1,18 @@
module.exports = {
filename: '',
filenameRelative: '',
blacklist: [],
whitelist: [],
modules: '',
sourceMap: true,
sourceMapName: '',
sourceRoot: '',
moduleRoot: '',
moduleIds: false,
experimental: false,
format: {
comments: false,
compact: false,
indent: {
parentheses: true,
adjustMultilineComment: true,
style: " ",
base: 0
}
}
comments: false,
compact: false,
code:true,
stage:2,
optional: [
"es7.decorators"
]
};
5 changes: 4 additions & 1 deletion karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,10 @@ module.exports = function(config) {
options: {
sourceMap: 'inline',
modules: 'system',
moduleIds: false
moduleIds: false,
optional: [
"es7.decorators"
]
}
},

Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,21 +25,21 @@
}
},
"devDependencies": {
"aurelia-tools": "^0.1.0",
"aurelia-tools": "^0.1.3",
"conventional-changelog": "0.0.11",
"del": "^1.1.0",
"gulp": "^3.8.10",
"gulp-babel": "^4.0.0",
"gulp-babel": "^5.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-babel-preprocessor": "^4.0.0",
"karma-babel-preprocessor": "^5.0.1",
"karma-chrome-launcher": "^0.1.7",
"karma-jasmine": "^0.3.5",
"karma-jspm": "^1.0.1",
"karma-jspm": "^1.1.4",
"object.assign": "^1.0.3",
"require-dir": "^0.1.0",
"run-sequence": "^1.0.2",
Expand Down

0 comments on commit 191125d

Please sign in to comment.