Skip to content

Commit 7db2116

Browse files
committed
Remove standard test
This is because of standard/standard#167 When that is fixed it should be added back
1 parent 5f29271 commit 7db2116

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ If the answer is yes to any of those questions, this module will find
1414
and list the projects.
1515

1616
[![Build status](https://travis-ci.org/watson/git-att.svg?branch=master)](https://travis-ci.org/watson/git-att)
17-
[![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat)](https://github.com/feross/standard)
1817

1918
## Installation
2019

package.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,9 @@
1111
"patterns": "^1.0.2",
1212
"queue-async": "^1.0.7"
1313
},
14-
"devDependencies": {
15-
"standard": "^4.3.1"
16-
},
14+
"devDependencies": {},
1715
"scripts": {
18-
"test": "standard"
16+
"test": "echo \"Error: no test specified\" && exit 1"
1917
},
2018
"bin": {
2119
"git-att": "index.js"

0 commit comments

Comments
 (0)