File tree Expand file tree Collapse file tree 5 files changed +2276
-11
lines changed Expand file tree Collapse file tree 5 files changed +2276
-11
lines changed Original file line number Diff line number Diff line change @@ -4,15 +4,14 @@ branches:
4
4
except :
5
5
- gh-pages
6
6
node_js :
7
+ - ' 8'
8
+ - ' 7'
9
+ - ' 6'
7
10
- ' 5'
8
- - ' 5.1'
9
11
- ' 4'
10
- - ' 4.2'
11
- - ' 4.1'
12
- - ' 4.0'
13
12
- ' 0.12'
14
13
- ' 0.11'
15
14
- ' 0.10'
16
15
- ' iojs'
17
- before_script :
18
- - npm install grunt-cli -g
16
+ after_success :
17
+ - npm run coveralls
Original file line number Diff line number Diff line change
1
+ <a name =" 0.1.4 " ></a >
2
+ ### 0.1.4 (2017-08-15)
3
+
4
+ * bump deps
5
+
1
6
2
7
<a name =" 0.1.3 " ></a >
3
8
### 0.1.3 (2016-10-22)
Original file line number Diff line number Diff line change 1
1
# Detect if a string is a data URL
2
2
3
3
[ ![ Build Status] ( https://travis-ci.org/killmenot/valid-data-url.svg?branch=master )] ( https://travis-ci.org/killmenot/valid-data-url )
4
+ [ ![ Coverage Status] ( https://coveralls.io/repos/github/killmenot/valid-data-url/badge.svg?branch=master )] ( https://coveralls.io/github/killmenot/valid-data-url?branch=master )
4
5
[ ![ Dependency Status] ( https://gemnasium.com/badges/github.com/killmenot/valid-data-url.svg )] ( https://gemnasium.com/github.com/killmenot/valid-data-url )
5
6
[ ![ npm version] ( https://badge.fury.io/js/valid-data-url.svg )] ( https://badge.fury.io/js/valid-data-url )
6
7
You can’t perform that action at this time.
0 commit comments