@travi/babel-preset 3.0.101 → 3.0.103
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/package.json +11 -8
package/package.json
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
"name": "@travi/babel-preset",
|
3
3
|
"description": "My shareable babel preset",
|
4
4
|
"license": "MIT",
|
5
|
-
"version": "3.0.
|
5
|
+
"version": "3.0.103",
|
6
6
|
"author": "Matt Travi <npm@travi.org> (https://matt.travi.org/)",
|
7
7
|
"repository": "travi/babel-preset-travi",
|
8
8
|
"bugs": "https://github.com/travi/babel-preset-travi/issues",
|
@@ -13,13 +13,15 @@
|
|
13
13
|
"clean": "rimraf lib/",
|
14
14
|
"lint:js": "eslint . --cache",
|
15
15
|
"lint:md": "remark . --frail",
|
16
|
-
"
|
16
|
+
"pretest": "run-s build",
|
17
|
+
"test": "npm-run-all --print-label --parallel lint:*",
|
17
18
|
"build:js": "rollup -c",
|
18
19
|
"build": "run-s clean build:*",
|
19
20
|
"watch": "run-s 'build:js -- --watch'",
|
20
21
|
"generate:md": "remark . --output",
|
21
22
|
"prepack": "run-s build",
|
22
|
-
"prepare": "husky install"
|
23
|
+
"prepare": "husky install",
|
24
|
+
"lint:publish": "publint"
|
23
25
|
},
|
24
26
|
"publishConfig": {
|
25
27
|
"access": "public",
|
@@ -31,24 +33,25 @@
|
|
31
33
|
}
|
32
34
|
},
|
33
35
|
"dependencies": {
|
34
|
-
"@form8ion/babel-preset": "1.6.
|
36
|
+
"@form8ion/babel-preset": "1.6.106"
|
35
37
|
},
|
36
38
|
"devDependencies": {
|
37
39
|
"@travi/any": "2.1.8",
|
38
|
-
"@travi/eslint-config": "3.0.
|
40
|
+
"@travi/eslint-config": "3.0.33",
|
39
41
|
"@travi/eslint-config-mocha": "1.0.19",
|
40
42
|
"chai": "4.3.7",
|
41
|
-
"commitlint-config-travi": "1.4.
|
43
|
+
"commitlint-config-travi": "1.4.32",
|
42
44
|
"cz-conventional-changelog": "3.3.0",
|
43
45
|
"husky": "8.0.3",
|
44
46
|
"npm-run-all": "4.1.5",
|
47
|
+
"publint": "0.1.16",
|
45
48
|
"remark-cli": "11.0.0",
|
46
49
|
"remark-preset-lint-travi": "5.0.2",
|
47
50
|
"remark-toc": "8.0.1",
|
48
51
|
"remark-usage": "10.0.1",
|
49
52
|
"rimraf": "5.0.1",
|
50
|
-
"rollup": "3.
|
53
|
+
"rollup": "3.26.2",
|
51
54
|
"rollup-plugin-auto-external": "2.0.0",
|
52
|
-
"sinon": "15.
|
55
|
+
"sinon": "15.2.0"
|
53
56
|
}
|
54
57
|
}
|