chore(release): Drop custom analyzeCommits

This commit is contained in:
Rhys Arkins 2017-07-07 19:46:56 +02:00
parent 3fa4d9236e
commit 8161446ff2

View file

@ -80,7 +80,6 @@
"eslint-plugin-import": "2.7.0",
"eslint-plugin-prettier": "2.1.2",
"eslint-plugin-promise": "3.5.0",
"freeform-semantic-commit-analyzer": "1.1.8",
"jest": "20.0.4",
"mkdirp": "0.5.1",
"mockdate": "2.0.1",
@ -125,9 +124,6 @@
]
},
"release": {
"analyzeCommits": {
"path": "./node_modules/freeform-semantic-commit-analyzer/dist/index.js"
},
"verifyConditions": "condition-circle"
}
}