@travi/babel-preset 3.0.66 → 3.0.70
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/index.cjs.js +1 -1
- package/package.json +10 -10
package/lib/index.cjs.js
CHANGED
@@ -7,7 +7,7 @@ function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'defau
|
|
7
7
|
var form8ionPreset__default = /*#__PURE__*/_interopDefaultLegacy(form8ionPreset);
|
8
8
|
|
9
9
|
function index (context, options) {
|
10
|
-
return form8ionPreset__default[
|
10
|
+
return form8ionPreset__default["default"](context, options);
|
11
11
|
}
|
12
12
|
|
13
13
|
module.exports = index;
|
package/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "@travi/babel-preset",
|
3
3
|
"description": "My shareable babel preset",
|
4
|
-
"version": "3.0.
|
4
|
+
"version": "3.0.70",
|
5
5
|
"main": "lib/index.cjs.js",
|
6
6
|
"module": "lib/index.es.js",
|
7
7
|
"license": "MIT",
|
@@ -28,21 +28,21 @@
|
|
28
28
|
}
|
29
29
|
},
|
30
30
|
"devDependencies": {
|
31
|
-
"@travi/any": "2.0.
|
32
|
-
"@travi/eslint-config": "1.0.
|
33
|
-
"@travi/eslint-config-mocha": "1.0.
|
31
|
+
"@travi/any": "2.0.19",
|
32
|
+
"@travi/eslint-config": "1.0.90",
|
33
|
+
"@travi/eslint-config-mocha": "1.0.15",
|
34
34
|
"chai": "4.3.4",
|
35
|
-
"commitlint-config-travi": "1.3
|
35
|
+
"commitlint-config-travi": "1.4.3",
|
36
36
|
"cz-conventional-changelog": "3.3.0",
|
37
|
-
"doctoc": "2.0
|
38
|
-
"husky": "7.0.
|
37
|
+
"doctoc": "2.1.0",
|
38
|
+
"husky": "7.0.4",
|
39
39
|
"npm-run-all": "4.1.5",
|
40
40
|
"rimraf": "3.0.2",
|
41
|
-
"rollup": "2.
|
41
|
+
"rollup": "2.61.1",
|
42
42
|
"rollup-plugin-auto-external": "2.0.0",
|
43
|
-
"sinon": "
|
43
|
+
"sinon": "12.0.1"
|
44
44
|
},
|
45
45
|
"dependencies": {
|
46
|
-
"@form8ion/babel-preset": "1.6.
|
46
|
+
"@form8ion/babel-preset": "1.6.73"
|
47
47
|
}
|
48
48
|
}
|