diff --git a/README.md b/README.md
index 66ee750..03e7daf 100644
--- a/README.md
+++ b/README.md
@@ -1,11 +1,9 @@
![]()
+[](https://www.npmjs.com/package/typescript-starter)
[](https://travis-ci.org/bitjson/typescript-starter)
[](https://codecov.io/gh/bitjson/typescript-starter)
-[](https://www.npmjs.com/package/typescript-starter)
[](https://github.com/conventional-changelog/standard-version)
-[](https://david-dm.org/bitjson/typescript-starter)
-[](https://david-dm.org/bitjson/typescript-starter?type=dev)
# typescript-starter
@@ -117,7 +115,7 @@ To generate and publish your documentation to [GitHub Pages](https://pages.githu
npm run docs:publish
```
-Once published, your documentation should be available at the proper GitHub Pages URL for your repo. See [this repo's GitHub Pages](https://bitjson.github.io/typescript-starter/) for an example.
+Once published, your documentation should be available at the proper GitHub Pages URL for your repo. See [`typescript-starter`'s GitHub Pages](https://bitjson.github.io/typescript-starter/) for an example.
diff --git a/package.json b/package.json
index 5873833..33c2d9b 100644
--- a/package.json
+++ b/package.json
@@ -115,11 +115,6 @@
"typedoc": "^0.11.1",
"typescript": "^2.4.1"
},
- "nyc": {
- "exclude": [
- "**/*.spec.js"
- ]
- },
"ava": {
"failFast": true,
"files": [
@@ -129,12 +124,22 @@
"build/main/**/*.js"
]
},
- "prettier": {
- "singleQuote": true
- },
"config": {
"commitizen": {
"path": "cz-conventional-changelog"
}
+ },
+ "greenkeeper": {
+ "ignore": [
+ "@types/node"
+ ]
+ },
+ "prettier": {
+ "singleQuote": true
+ },
+ "nyc": {
+ "exclude": [
+ "**/*.spec.js"
+ ]
}
}