Skip to content

Commit

Permalink
Merge pull request #39 from Leopoldthecoder/master
Browse files Browse the repository at this point in the history
添加 .babelrc
  • Loading branch information
Leopoldthecoder committed May 12, 2016
2 parents 98903a7 + 6e68fa4 commit 771fd17
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"presets": ["es2015", "stage-1"],
"plugins": ["transform-runtime"],
"comments": false
}
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vue-desktop",
"version": "0.2.20",
"version": "0.2.21",
"description": "A UI library for building admin panel website.",
"main": "lib/index.js",
"scripts": {
Expand Down Expand Up @@ -39,6 +39,7 @@
"babel-loader": "^6.2.4",
"babel-plugin-transform-runtime": "^6.1.18",
"babel-preset-es2015": "^6.1.18",
"babel-preset-stage-1": "^6.5.0",
"babel-runtime": "^5.8.x",
"chai": "^3.3.0",
"chai-as-promised": "^5.1.0",
Expand Down

0 comments on commit 771fd17

Please sign in to comment.