Skip to content

Commit 11cfe43

Browse files
committed
Merge pull request #27 from AlexKVal/babel6
Update to babel-6
2 parents 9fea739 + 8c65dd5 commit 11cfe43

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.babelrc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"presets": ["es2015"]
3+
}

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"bin"
1212
],
1313
"scripts": {
14-
"build": "rm -rf lib && babel src --out-dir bin && chmod +x ./bin/release.js",
14+
"build": "rm -rf bin && babel src --out-dir bin && chmod +x ./bin/release.js",
1515
"lint": "eslint .",
1616
"test": "npm run lint",
1717
"patch": "bin/release.js patch --run",
@@ -38,8 +38,9 @@
3838
},
3939
"homepage": "https://github.com/AlexKVal/release-script#readme",
4040
"devDependencies": {
41-
"babel": "^5.6.14",
41+
"babel-cli": "^6.0.15",
4242
"babel-eslint": "^4.0.5",
43+
"babel-preset-es2015": "^6.0.15",
4344
"eslint": "^1.0.0",
4445
"eslint-config-airbnb": "^0.1.0",
4546
"eslint-plugin-react": "^3.3.2",

0 commit comments

Comments
 (0)