Skip to content

Commit 9efeb26

Browse files
authored
Fix URLs after moving repo to new organization (#11)
Add node 7/8 to .travis.yml Update LICENSE
1 parent 920e959 commit 9efeb26

File tree

4 files changed

+12
-10
lines changed

4 files changed

+12
-10
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
language: node_js
22
node_js:
3+
- "8"
4+
- "7"
35
- "6"
46
- "5"
57
- "4"

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2014 Sophia Nepochataya
3+
Copyright (c) 2014-2017 Sophia Antipenko
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
## Introduction
22
Parse urls from css file
33

4-
[![Build Status](https://img.shields.io/travis/s0ph1e/node-css-url-parser/master.svg?style=flat)](https://travis-ci.org/s0ph1e/node-css-url-parser)
5-
[![Coverage Status](https://coveralls.io/repos/s0ph1e/node-css-url-parser/badge.svg)](https://coveralls.io/r/s0ph1e/node-css-url-parser)
6-
[![Code Climate](https://codeclimate.com/github/s0ph1e/node-css-url-parser/badges/gpa.svg)](https://codeclimate.com/github/s0ph1e/node-css-url-parser)
4+
[![Build Status](https://img.shields.io/travis/website-scraper/node-css-url-parser/master.svg?style=flat)](https://travis-ci.org/website-scraper/node-css-url-parser)
5+
[![Coverage Status](https://coveralls.io/repos/website-scraper/node-css-url-parser/badge.svg)](https://coveralls.io/r/website-scraper/node-css-url-parser)
6+
[![Code Climate](https://codeclimate.com/github/website-scraper/node-css-url-parser/badges/gpa.svg)](https://codeclimate.com/github/website-scraper/node-css-url-parser)
77
[![Version](https://img.shields.io/npm/v/css-url-parser.svg?style=flat)](https://www.npmjs.org/package/css-url-parser)
88
[![Downloads](https://img.shields.io/npm/dm/css-url-parser.svg?style=flat)](https://www.npmjs.org/package/css-url-parser)
9-
[![Dependency Status](https://david-dm.org/s0ph1e/node-css-url-parser.svg?style=flat)](https://david-dm.org/s0ph1e/node-css-url-parser)
10-
[![Gitter](https://badges.gitter.im/s0ph1e/node-css-url-parser.svg)](https://gitter.im/s0ph1e/node-css-url-parser?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)
9+
[![Dependency Status](https://david-dm.org/website-scraper/node-css-url-parser.svg?style=flat)](https://david-dm.org/website-scraper/node-css-url-parser)
10+
[![Gitter](https://badges.gitter.im/website-scraper/node-css-url-parser.svg)](https://gitter.im/website-scraper/node-css-url-parser?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)
1111

1212

1313
## Installation

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@
1414
],
1515
"repository": {
1616
"type": "git",
17-
"url": "git://github.com/s0ph1e/node-css-url-parser.git"
17+
"url": "git://github.com/website-scraper/node-css-url-parser.git"
1818
},
1919
"bugs": {
20-
"url": "https://github.com/s0ph1e/node-css-url-parser/issues"
20+
"url": "https://github.com/website-scraper/node-css-url-parser/issues"
2121
},
22-
"homepage": "https://github.com/s0ph1e/node-css-url-parser",
23-
"author": "s0ph1e",
22+
"homepage": "https://github.com/website-scraper/node-css-url-parser",
23+
"author": "Sophia Antipenko <sophia@antipenko.pp.ua>",
2424
"license": "MIT",
2525
"devDependencies": {
2626
"coveralls": "^2.11.2",

0 commit comments

Comments
 (0)