We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9fea739 + 8c65dd5 commit 11cfe43Copy full SHA for 11cfe43
.babelrc
@@ -0,0 +1,3 @@
1
+{
2
+ "presets": ["es2015"]
3
+}
package.json
@@ -11,7 +11,7 @@
11
"bin"
12
],
13
"scripts": {
14
- "build": "rm -rf lib && babel src --out-dir bin && chmod +x ./bin/release.js",
+ "build": "rm -rf bin && babel src --out-dir bin && chmod +x ./bin/release.js",
15
"lint": "eslint .",
16
"test": "npm run lint",
17
"patch": "bin/release.js patch --run",
@@ -38,8 +38,9 @@
38
},
39
"homepage": "https://github.com/AlexKVal/release-script#readme",
40
"devDependencies": {
41
- "babel": "^5.6.14",
+ "babel-cli": "^6.0.15",
42
"babel-eslint": "^4.0.5",
43
+ "babel-preset-es2015": "^6.0.15",
44
"eslint": "^1.0.0",
45
"eslint-config-airbnb": "^0.1.0",
46
"eslint-plugin-react": "^3.3.2",
0 commit comments