Skip to content

Commit dbe8c01

Browse files
committed
chore: update dev tooling
1 parent 875a77d commit dbe8c01

File tree

4 files changed

+15
-28
lines changed

4 files changed

+15
-28
lines changed

.babelrc

Lines changed: 0 additions & 4 deletions
This file was deleted.

.conventional-changelog-lintrc

Lines changed: 0 additions & 14 deletions
This file was deleted.

.eslintrc

Lines changed: 0 additions & 3 deletions
This file was deleted.

package.json

Lines changed: 15 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"commitmsg": "node distribution/cli.js --edit",
1818
"changelog": "conventional-changelog --preset angular --infile changelog.md --same-file --output-unreleased",
1919
"push": "git push && git push --tags && hub release create \"v$npm_package_version\" --message=\"v$npm_package_version\n$(conventional-changelog -p angular)\" && npm publish",
20-
"test": "eslint *.js && jsonlint-cli *.json && node distribution/cli.js --from=HEAD~1 && ava",
20+
"test": "xo *.js && node distribution/cli.js --from=HEAD~1 && ava",
2121
"preversion": "npm run build && npm test",
2222
"release": "npm version --no-git-tag-version $(conventional-recommended-bump -p angular)",
2323
"version": "npm run changelog && git add .",
@@ -29,6 +29,15 @@
2929
"babel-register"
3030
]
3131
},
32+
"babel": {
33+
"presets": [
34+
"es2015-node4",
35+
"stage-0"
36+
],
37+
"plugins": [
38+
"add-module-exports"
39+
]
40+
},
3241
"config": {
3342
"commitizen": {
3443
"path": "cz-conventional-changelog-lint"
@@ -57,23 +66,22 @@
5766
"license": "MIT",
5867
"devDependencies": {
5968
"ava": "0.15.2",
60-
"babel": "6.5.1",
6169
"babel-cli": "6.4.0",
62-
"babel-eslint": "5.0.0",
6370
"babel-plugin-add-module-exports": "0.1.2",
6471
"babel-preset-es2015-node4": "2.0.3",
6572
"babel-preset-stage-0": "6.5.0",
6673
"commitizen": "2.6.1",
6774
"conventional-changelog-cli": "1.0.0",
6875
"conventional-recommended-bump": "0.1.0",
6976
"cz-conventional-changelog-lint": "0.1.2",
70-
"eslint": "2.2.0",
71-
"eslint-config-xo": "0.11.0",
72-
"eslint-plugin-babel": "3.1.0",
73-
"jsonlint-cli": "0.2.7"
77+
"xo": "0.17.0"
7478
},
7579
"dependencies": {
80+
"babel-cli": "6.18.0",
81+
"babel-plugin-add-module-exports": "0.2.1",
7682
"babel-polyfill": "6.3.14",
83+
"babel-preset-es2015-node4": "2.1.0",
84+
"babel-preset-stage-0": "6.16.0",
7785
"chalk": "1.1.1",
7886
"conventional-changelog-angular": "1.0.0",
7987
"conventional-changelog-lint-config-angular": "0.2.3",

0 commit comments

Comments
 (0)