diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index a4cdcc2987..0000000000 --- a/.travis.yml +++ /dev/null @@ -1,6 +0,0 @@ -os: windows -language: node_js -node_js: - - lts/* -before_script: - - yarn build diff --git a/.yarnrc b/.yarnrc index aeff25b683..9f4075ec6a 100644 --- a/.yarnrc +++ b/.yarnrc @@ -1,3 +1,2 @@ -workspaces-experimental "true" registry "https://registry.npmjs.org/" --install.ignore-engines true diff --git a/@alias/commitlint-config-patternplate/package.json b/@alias/commitlint-config-patternplate/package.json index ff4b2f6d50..eaa60d4e01 100644 --- a/@alias/commitlint-config-patternplate/package.json +++ b/@alias/commitlint-config-patternplate/package.json @@ -29,7 +29,9 @@ "node": ">=8" }, "dependencies": { - "@commitlint/config-patternplate": "^8.3.4", + "@commitlint/config-patternplate": "^8.3.4" + }, + "devDependencies": { "@commitlint/utils": "^8.3.4" } } diff --git a/@commitlint/read/package.json b/@commitlint/read/package.json index 5b77a67c8e..ac5fe177dd 100644 --- a/@commitlint/read/package.json +++ b/@commitlint/read/package.json @@ -11,14 +11,6 @@ "deps": "dep-check", "pkg": "pkg-check --skip-import" }, - "babel": { - "presets": [ - "babel-preset-commitlint" - ], - "ignore": [ - "**/*.test.js" - ] - }, "engines": { "node": ">=8" },