File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,9 @@ If you'd like more details on what the issues are I recommend installing
13
13
and running [ git-att] ( https://github.com/watson/git-att ) in the root of
14
14
your git repo.
15
15
16
+ [ ![ Build status] ( https://travis-ci.org/watson/git-ps1.svg?branch=master )] ( https://travis-ci.org/watson/git-ps1 )
17
+ [ ![ js-standard-style] ( https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat )] ( https://github.com/feross/standard )
18
+
16
19
## Installation
17
20
18
21
```
Original file line number Diff line number Diff line change 3
3
"version" : " 2.1.2" ,
4
4
"description" : " A simple command line prompt enhancer that shows the state of the current git repo (ps1)" ,
5
5
"scripts" : {
6
- "test" : " echo \" Error: no test specified \" && exit 1 "
6
+ "test" : " standard "
7
7
},
8
8
"bin" : {
9
9
"git-ps1" : " bin/git-ps1"
15
15
"dependencies" : {
16
16
"git-state" : " ^3.0.0"
17
17
},
18
+ "devDependencies" : {
19
+ "standard" : " ^8.1.0"
20
+ },
18
21
"keywords" : [
19
22
" git" ,
20
23
" repo" ,
You can’t perform that action at this time.
0 commit comments