Skip to content

Commit 8828e51

Browse files
committedDec 2, 2016
chore(package): change mini to babili, fixed #101
1 parent ca5e084 commit 8828e51

File tree

1 file changed

+6
-9
lines changed

1 file changed

+6
-9
lines changed
 

‎package.json

+6-9
Original file line numberDiff line numberDiff line change
@@ -56,19 +56,18 @@
5656
"babel-cli": "^6.10.1",
5757
"babel-eslint": "^7.0.0",
5858
"babel-plugin-add-module-exports": "^0.2.1",
59+
"babel-preset-babili": "0.0.9",
5960
"babel-preset-es2015": "^6.9.0",
60-
"babel-preset-min": "^0.1.14",
6161
"babel-register": "^6.9.0",
6262
"clinton": "^0.8.0",
6363
"conventional-changelog-cli": "^1.2.0",
6464
"conventional-changelog-lint": "^1.1.0",
6565
"coveralls": "^2.11.9",
66-
"eslint-config-xo": "^0.17.0",
6766
"eslint": "^3.9.0",
68-
"eslint-formatter-pretty": "^1.0.1",
67+
"eslint-config-xo": "^0.17.0",
68+
"eslint-formatter-pretty": "^1.1.0",
6969
"eslint-plugin-ava": "^4.0.0",
7070
"eslint-plugin-babel": "^4.0.0",
71-
"eslint-formatter-pretty": "^1.1.0",
7271
"eslint-plugin-markdown": "^1.0.0-beta.2",
7372
"eslint-plugin-require-path-exists": "^1.1.5",
7473
"eslint-plugin-xo": "^1.0.0",
@@ -87,14 +86,12 @@
8786
},
8887
"babel": {
8988
"presets": [
90-
"es2015"
89+
"es2015",
90+
"babili"
9191
],
9292
"plugins": [
9393
"add-module-exports"
94-
],
95-
"comments": false,
96-
"compact": true,
97-
"minified": true
94+
]
9895
},
9996
"ava": {
10097
"require": [

0 commit comments

Comments
 (0)
Please sign in to comment.