Update transpilation example to Babel 6 and remove system.js

This commit is contained in:
SteveSandersonMS
2016-03-23 13:36:47 +00:00
parent 908bc6a577
commit 980054b321
6 changed files with 9 additions and 14 deletions

View File

@@ -2,6 +2,7 @@
"name": "ES2015Example",
"version": "0.0.0",
"dependencies": {
"babel-core": "^5.8.29"
"babel-core": "^6.7.4",
"babel-preset-es2015": "^6.6.0"
}
}