Skip to content

Commit 37faffc

Browse files
author
Rodrigo Solis
committed
remove commitlint and conventional-changelog
1 parent a961014 commit 37faffc

File tree

3 files changed

+4
-76
lines changed

3 files changed

+4
-76
lines changed

CHANGELOG.md

-65
This file was deleted.

commitlint.config.js

-3
This file was deleted.

package.json

+4-8
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,12 @@
99
"lint": "eslint . --fix --ext .js src/ rollup.config.js",
1010
"test": "NODE_ENV=test npm run lint && jest tests/*.js",
1111
"precommit": "npm run lint",
12-
"prepublishOnly": "npm run lint && npm run test && npm run build",
13-
"commitmsg": "commitlint -e",
14-
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s"
12+
"prepublishOnly": "npm run lint && npm run test && npm run build"
1513
},
1614
"dependencies": {
1715
"validator": "^9.2.0"
1816
},
1917
"devDependencies": {
20-
"@commitlint/cli": "^5.2.8",
21-
"@commitlint/config-angular": "^5.1.1",
2218
"babel-core": "^6.26.0",
2319
"babel-eslint": "^8.1.2",
2420
"babel-jest": "^22.1.0",
@@ -27,7 +23,6 @@
2723
"babel-preset-flow": "^6.23.0",
2824
"babel-preset-stage-3": "^6.24.1",
2925
"babelrc-rollup": "^3.0.0",
30-
"conventional-changelog-cli": "^1.3.5",
3126
"eslint": "^4.14.0",
3227
"eslint-config-airbnb-base": "^12.1.0",
3328
"eslint-plugin-import": "^2.8.0",
@@ -67,8 +62,9 @@
6762
},
6863
"browserslist": [
6964
"> 1%",
70-
"last 2 versions",
71-
"not ie <= 8"
65+
"Firefox ESR",
66+
"Safari >= 8",
67+
"IE 11"
7268
],
7369
"homepage": "https://github.com/sorodrigo/proxy-validator#readme"
7470
}

0 commit comments

Comments
 (0)