Skip to content

Commit 361ef32

Browse files
authored
Merge pull request #52 from neocotic/develop
Release 0.5.0
2 parents 6a2a023 + 9d85fde commit 361ef32

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

70 files changed

+162
-152
lines changed

.travis.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ dist: trusty
33
language: node_js
44
node_js:
55
- "8"
6-
- "9"
6+
- "10"
7+
- "11"
78
before_install:
89
- echo ttf-mscorefonts-installer msttcorefonts/accepted-mscorefonts-eula select true | sudo debconf-set-selections
910
- sudo apt-get -qq update
@@ -16,8 +17,3 @@ script:
1617
- npm test
1718
notifications:
1819
email: false
19-
slack:
20-
rooms:
21-
- secure: sXYAo0YqAkdu4ZC0hnmnt0qpuZP7cOFtXf8MZA4a8CSJ/DyzzERF8B4lihEmHMXqXoDmHIMGOUGwQQ6SbG4kSRGWIJGGMiPC8yHhPbkbVBECnb2NxRc72KY7pD7Q2fYpieCGXBwh3ZukDPcUhFoiEddMdAKX1yTZsxYBR6xrIPUf3xGXq4e/T72bmxGono1NmUFD499uCdtPc6vYqQkXAo0vt79yGKaEMtCUoUeJcq6cPWaCzE9beMkKDb8XVjhLlJrJMXAqxuH3aIlKhGCgtwJfReomUNXRbmZGujTM4qi8yqi4f51F6jHp+1PiQbpcPW5bcGOOFlPcrtw6NVl1gcWe4Vz7hxBBeTq3Ut2B/pTLvkr91ow4tYy1g6sIS+R7cqPQNJ8MJsAtyydM3345yhj00EbxtiXxN/4by7GNMDJvWqQMIlhpBL+GA95ikh9rdOmafVjyUOSbGun048RHSdZav+rMGyQBLA9ncDAvTcPkJwDpkh/Ri2vRs41/SXHcdB/lOQfIeWLtZbSB63VtjlmCgxaPnr8ErglqBUEEBvK2/SyJshdCV94l+43v2eog0K8gN+5JkhwzNCY7hJjQOxpAqeghVPCr00QBw4HJcjb6A8b5LIKbgpIRHd6X9gD/NBJQuMTSPq+KIFQ8IgQjRr4+PyeXmvBH8OSzma8R9Uc=
22-
on_failure: change
23-
on_success: change

CHANGES.md

Lines changed: 27 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,47 @@
1+
## Version 0.5.0, 2018.11.23
2+
3+
* moved from !ninja to neocotic [ad5aa55](https://github.com/neocotic/convert-svg/commit/ad5aa559daa04a4276fc025e0a37d0d9768eab28)
4+
* modified CI to now target Node.js 8, 10, and 11 [63fcb27](https://github.com/neocotic/convert-svg/commit/63fcb2702cba03ec12f7998c0c0ee0b84b862986)
5+
* bump dependencies [6daedb1](https://github.com/neocotic/convert-svg/commit/6daedb1d27f56455d7797628bbff90aa59597565)
6+
* bumped devDependenices [3a8ae85](https://github.com/neocotic/convert-svg/commit/3a8ae8528939819a90f2754adacc82864475d967)
7+
* fixed linting errors [96e7e06](https://github.com/neocotic/convert-svg/commit/96e7e061abb75b83b92ca675f2d1bb68e76f28ae)
8+
* fixed broken tests by regenerating expected fixtures [bf34770](https://github.com/neocotic/convert-svg/commit/bf34770a5707903849cd8005a7b82d735ee3c281)
9+
* preventing lerna breaking build when calling "npm ci" on bootstrap [1391071](https://github.com/neocotic/convert-svg/commit/1391071f57550d2b9b9ded5dca84776d3ce11fa7)
10+
* skipped tests that were causing CI build to fail intermittently [cdf43c0](https://github.com/neocotic/convert-svg/commit/cdf43c06079e498354c4e8299f784dc290a11461)
11+
112
## Version 0.4.0, 2018.02.05
213

3-
* Bump Puppeteer to v1 [#32](https://github.com/NotNinja/convert-svg/issues/32)
4-
* Replace chai with assert [#34](https://github.com/NotNinja/convert-svg/issues/34)
14+
* Bump Puppeteer to v1 [#32](https://github.com/neocotic/convert-svg/issues/32)
15+
* Replace chai with assert [#34](https://github.com/neocotic/convert-svg/issues/34)
516

617
## Version 0.3.3, 2017.12.08
718

8-
* Add puppeteer.launch options available into CLI [#29](https://github.com/NotNinja/convert-svg/issues/29)
19+
* Add puppeteer.launch options available into CLI [#29](https://github.com/neocotic/convert-svg/issues/29)
920

1021
## Version 0.3.2, 2017.11.21
1122

12-
* Error being thrown caused by lost context for CLI [#24](https://github.com/NotNinja/convert-svg/issues/24)
13-
* Pass custom arguments to puppeteer [#25](https://github.com/NotNinja/convert-svg/issues/25) [#27](https://github.com/NotNinja/convert-svg/issues/27)
14-
* Bump puppeteer to v0.13.0 [#26](https://github.com/NotNinja/convert-svg/issues/26)
23+
* Error being thrown caused by lost context for CLI [#24](https://github.com/neocotic/convert-svg/issues/24)
24+
* Pass custom arguments to puppeteer [#25](https://github.com/neocotic/convert-svg/issues/25) [#27](https://github.com/neocotic/convert-svg/issues/27)
25+
* Bump puppeteer to v0.13.0 [#26](https://github.com/neocotic/convert-svg/issues/26)
1526

1627
## Version 0.3.1, 2017.11.03
1728

18-
* Error thrown as context is lost for API methods when using destructuring imports [#22](https://github.com/NotNinja/convert-svg/issues/22)
29+
* Error thrown as context is lost for API methods when using destructuring imports [#22](https://github.com/neocotic/convert-svg/issues/22)
1930

2031
## Version 0.3.0, 2017.11.03
2132

22-
* Add option to control background color [#14](https://github.com/NotNinja/convert-svg/issues/14)
23-
* Remove all controllable short options for CLI [#15](https://github.com/NotNinja/convert-svg/issues/15) (**breaking change**)
24-
* Split package up into multiple packages to be more modular [#17](https://github.com/NotNinja/convert-svg/issues/17) (**breaking change**)
25-
* Add convert-svg-to-jpeg package to convert SVG to JPEG [#18](https://github.com/NotNinja/convert-svg/issues/18)
33+
* Add option to control background color [#14](https://github.com/neocotic/convert-svg/issues/14)
34+
* Remove all controllable short options for CLI [#15](https://github.com/neocotic/convert-svg/issues/15) (**breaking change**)
35+
* Split package up into multiple packages to be more modular [#17](https://github.com/neocotic/convert-svg/issues/17) (**breaking change**)
36+
* Add convert-svg-to-jpeg package to convert SVG to JPEG [#18](https://github.com/neocotic/convert-svg/issues/18)
2637

2738
## Version 0.2.0, 2017.10.29
2839

29-
* Add CLI & convertFile method to API [#2](https://github.com/NotNinja/convert-svg/issues/2) [#8](https://github.com/NotNinja/convert-svg/issues/8)
30-
* Add scale option [#3](https://github.com/NotNinja/convert-svg/issues/3) [#11](https://github.com/NotNinja/convert-svg/issues/11)
31-
* Throw error when baseFile & baseUrl options are both specified [#4](https://github.com/NotNinja/convert-svg/issues/4) (**breaking change**)
32-
* Change source/target terminology to input/output [#6](https://github.com/NotNinja/convert-svg/issues/6)
33-
* Expose Converter class as primary export [#9](https://github.com/NotNinja/convert-svg/issues/9) (**breaking change**)
40+
* Add CLI & convertFile method to API [#2](https://github.com/neocotic/convert-svg/issues/2) [#8](https://github.com/neocotic/convert-svg/issues/8)
41+
* Add scale option [#3](https://github.com/neocotic/convert-svg/issues/3) [#11](https://github.com/neocotic/convert-svg/issues/11)
42+
* Throw error when baseFile & baseUrl options are both specified [#4](https://github.com/neocotic/convert-svg/issues/4) (**breaking change**)
43+
* Change source/target terminology to input/output [#6](https://github.com/neocotic/convert-svg/issues/6)
44+
* Expose Converter class as primary export [#9](https://github.com/neocotic/convert-svg/issues/9) (**breaking change**)
3445

3546
## Version 0.1.0, 2017.10.19
3647

CONTRIBUTING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# Contributing
22

33
If you have any questions about this library please feel free to
4-
[raise an issue](https://github.com/NotNinja/convert-svg/issues/new).
4+
[raise an issue](https://github.com/neocotic/convert-svg/issues/new).
55

6-
Please [search existing issues](https://github.com/NotNinja/convert-svg/issues) for the same feature and/or issue before
6+
Please [search existing issues](https://github.com/neocotic/convert-svg/issues) for the same feature and/or issue before
77
raising a new issue. Commenting on an existing issue is usually preferred over raising duplicate issues.
88

99
Please ensure that all files conform to the coding standards, using the same coding style as the rest of the code base.
@@ -31,5 +31,5 @@ $ sudo fc-cache -fv
3131
All pull requests should be made to the `develop` branch.
3232

3333
Don't forget to add your details to the list of
34-
[AUTHORS.md](https://github.com/NotNinja/convert-svg/blob/master/AUTHORS.md) if you want your contribution to be
34+
[AUTHORS.md](https://github.com/neocotic/convert-svg/blob/master/AUTHORS.md) if you want your contribution to be
3535
recognized by others.

LICENSE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (C) 2018 Alasdair Mercer, !ninja
1+
Copyright (C) 2018 Alasdair Mercer
22

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

README.md

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
# convert-svg
22

3-
[![Build Status](https://img.shields.io/travis/NotNinja/convert-svg/develop.svg?style=flat-square)](https://travis-ci.org/NotNinja/convert-svg)
4-
[![License](https://img.shields.io/github/license/NotNinja/convert-svg.svg?style=flat-square)](https://github.com/NotNinja/convert-svg/blob/master/LICENSE.md)
5-
[![Release](https://img.shields.io/github/release/NotNinja/convert-svg.svg?style=flat-square)](https://github.com/NotNinja/convert-svg)
3+
[![Build Status](https://img.shields.io/travis/neocotic/convert-svg/develop.svg?style=flat-square)](https://travis-ci.org/neocotic/convert-svg)
4+
[![License](https://img.shields.io/github/license/neocotic/convert-svg.svg?style=flat-square)](https://github.com/neocotic/convert-svg/blob/master/LICENSE.md)
5+
[![Release](https://img.shields.io/github/release/neocotic/convert-svg.svg?style=flat-square)](https://github.com/neocotic/convert-svg)
66

77
This monorepo contains the following [Node.js](https://nodejs.org) packages that can convert a SVG into another format
88
using headless Chromium:
99

10-
* [convert-svg-core](https://github.com/NotNinja/convert-svg/tree/master/packages/convert-svg-core)
11-
* [convert-svg-test-helper](https://github.com/NotNinja/convert-svg/tree/master/packages/convert-svg-test-helper)
12-
* [convert-svg-to-jpeg](https://github.com/NotNinja/convert-svg/tree/master/packages/convert-svg-to-jpeg)
13-
* [convert-svg-to-png](https://github.com/NotNinja/convert-svg/tree/master/packages/convert-svg-to-png)
10+
* [convert-svg-core](https://github.com/neocotic/convert-svg/tree/master/packages/convert-svg-core)
11+
* [convert-svg-test-helper](https://github.com/neocotic/convert-svg/tree/master/packages/convert-svg-test-helper)
12+
* [convert-svg-to-jpeg](https://github.com/neocotic/convert-svg/tree/master/packages/convert-svg-to-jpeg)
13+
* [convert-svg-to-png](https://github.com/neocotic/convert-svg/tree/master/packages/convert-svg-to-png)
1414

1515
The first two packages are core dependencies for SVG converters, which make up the remainder of the packages, trying to
1616
adhere to the following naming convention:
@@ -29,7 +29,6 @@ them.
2929

3030
## License
3131

32-
See [LICENSE.md](https://github.com/NotNinja/convert-svg/raw/master/LICENSE.md) for more information on our MIT license.
33-
34-
[![Copyright !ninja](https://cdn.rawgit.com/NotNinja/branding/master/assets/copyright/base/not-ninja-copyright-186x25.png)](https://not.ninja)
32+
Copyright © 2018 Alasdair Mercer
3533

34+
See [LICENSE.md](https://github.com/neocotic/convert-svg/raw/master/LICENSE.md) for more information on our MIT license.

lerna.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
{
2-
"lerna": "2.5.1",
3-
"version": "0.4.0",
2+
"lerna": "3.4.3",
3+
"version": "0.5.0",
44
"packages": [
55
"packages/*"
66
],
77
"command": {
88
"bootstrap": {
9+
"ci": false,
910
"hoist": true,
1011
"nohoist": "puppeteer"
1112
}

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
"name": "convert-svg",
33
"license": "MIT",
44
"devDependencies": {
5-
"eslint": "^4.17.0",
6-
"eslint-config-notninja": "^0.2.3",
7-
"lerna": "^2.8.0",
8-
"mocha": "^5.0.0"
5+
"eslint": "^5.9.0",
6+
"eslint-config-notninja": "^0.4.0",
7+
"lerna": "^3.4.3",
8+
"mocha": "^5.2.0"
99
},
1010
"scripts": {
1111
"bootstrap": "lerna bootstrap",

packages/convert-svg-core/README.md

Lines changed: 13 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ The core [Node.js](https://nodejs.org) package for converting SVG into other for
44
contains the shared logic for all converters. This package is not intended to be used directly to convert SVGs and,
55
instead, provides core support for SVG conversion.
66

7-
[![Build Status](https://img.shields.io/travis/NotNinja/convert-svg/develop.svg?style=flat-square)](https://travis-ci.org/NotNinja/convert-svg)
8-
[![License](https://img.shields.io/github/license/NotNinja/convert-svg.svg?style=flat-square)](https://github.com/NotNinja/convert-svg/blob/master/LICENSE.md)
9-
[![Release](https://img.shields.io/github/release/NotNinja/convert-svg.svg?style=flat-square)](https://github.com/NotNinja/convert-svg/tree/master/packages/convert-svg-core)
7+
[![Build Status](https://img.shields.io/travis/neocotic/convert-svg/develop.svg?style=flat-square)](https://travis-ci.org/neocotic/convert-svg)
8+
[![License](https://img.shields.io/github/license/neocotic/convert-svg.svg?style=flat-square)](https://github.com/neocotic/convert-svg/blob/master/LICENSE.md)
9+
[![Release](https://img.shields.io/github/release/neocotic/convert-svg.svg?style=flat-square)](https://github.com/neocotic/convert-svg/tree/master/packages/convert-svg-core)
1010

1111
* [Install](#install)
1212
* [Implementation](#implementation)
@@ -19,7 +19,7 @@ instead, provides core support for SVG conversion.
1919

2020
If you are looking to install an out-of-the-box SVG converter, check out our converter packages below:
2121

22-
https://github.com/NotNinja/convert-svg
22+
https://github.com/neocotic/convert-svg
2323

2424
Alternatively, if you know what you're doing, you can install using [npm](https://www.npmjs.com):
2525

@@ -36,15 +36,15 @@ you can contribute.
3636
## Implementation
3737

3838
In order to create a new SVG converter that uses `convert-svg-core`, you'll need to create a new sub-directory for your
39-
package under the [packages](https://github.com/NotNinja/convert-svg/tree/master/packages) directory. Try to follow the
39+
package under the [packages](https://github.com/neocotic/convert-svg/tree/master/packages) directory. Try to follow the
4040
`convert-svg-to-<FORMAT>` naming convention for the converter package name.
4141

4242
Take a look at the other packages in this directory to setup the new package directory. They are all very similar, by
4343
design, as the you should just need to provide the minimal amount of information required to support your intended
4444
output format.
4545

4646
The most important thing that's needed is a implementation of
47-
[convert-svg-core/src/Provider](https://github.com/NotNinja/convert-svg/blob/master/packages/convert-svg-core/src/Provider.js).
47+
[convert-svg-core/src/Provider](https://github.com/neocotic/convert-svg/blob/master/packages/convert-svg-core/src/Provider.js).
4848
This is an abstract class and contains many methods that *must* be implemented. Read the JSDoc for these methods to
4949
understand what's needed. If your intended output format requires additional configuration, make the necessary changes
5050
to `convert-svg-core`, while ensuring that reuse and other converters are kept at the front of your mind.
@@ -101,26 +101,25 @@ Configure this in your `package.json` file and you're CLI is ready!
101101

102102
Testing your SVG converter actually works is just as important as implementing it. Since `convert-svg-core` contains a
103103
lot of the conversion logic, a
104-
[convert-svg-test-helper](https://github.com/NotNinja/convert-svg/packages/convert-svg-test-helper) package is available
104+
[convert-svg-test-helper](https://github.com/neocotic/convert-svg/packages/convert-svg-test-helper) package is available
105105
to make testing implementations even easier. Again, take a look at the tests for existing SVG converters under the
106-
[packages](https://github.com/NotNinja/convert-svg/tree/master/packages) directory for examples.
106+
[packages](https://github.com/neocotic/convert-svg/tree/master/packages) directory for examples.
107107

108108
## Bugs
109109

110110
If you have any problems with this package or would like to see changes currently in development you can do so
111-
[here](https://github.com/NotNinja/convert-svg/issues).
111+
[here](https://github.com/neocotic/convert-svg/issues).
112112

113113
## Contributors
114114

115115
If you want to contribute, you're a legend! Information on how you can do so can be found in
116-
[CONTRIBUTING.md](https://github.com/NotNinja/convert-svg/blob/master/CONTRIBUTING.md). We want your suggestions and
116+
[CONTRIBUTING.md](https://github.com/neocotic/convert-svg/blob/master/CONTRIBUTING.md). We want your suggestions and
117117
pull requests!
118118

119-
A list of all contributors can be found in [AUTHORS.md](https://github.com/NotNinja/convert-svg/blob/master/AUTHORS.md).
119+
A list of all contributors can be found in [AUTHORS.md](https://github.com/neocotic/convert-svg/blob/master/AUTHORS.md).
120120

121121
## License
122122

123-
See [LICENSE.md](https://github.com/NotNinja/convert-svg/raw/master/LICENSE.md) for more information on our MIT license.
124-
125-
[![Copyright !ninja](https://cdn.rawgit.com/NotNinja/branding/master/assets/copyright/base/not-ninja-copyright-186x25.png)](https://not.ninja)
123+
Copyright © 2018 Alasdair Mercer
126124

125+
See [LICENSE.md](https://github.com/neocotic/convert-svg/raw/master/LICENSE.md) for more information on our MIT license.

packages/convert-svg-core/package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
"name": "convert-svg-core",
3-
"version": "0.4.0",
3+
"version": "0.5.0",
44
"description": "Supports converting SVG into another format using headless Chromium",
5-
"homepage": "https://github.com/NotNinja/convert-svg",
5+
"homepage": "https://github.com/neocotic/convert-svg",
66
"bugs": {
7-
"url": "https://github.com/NotNinja/convert-svg/issues"
7+
"url": "https://github.com/neocotic/convert-svg/issues"
88
},
99
"author": {
1010
"name": "Alasdair Mercer",
1111
"email": "[email protected]",
12-
"url": "https://not.ninja"
12+
"url": "https://neocotic.com"
1313
},
1414
"license": "MIT",
1515
"keywords": [
@@ -22,23 +22,23 @@
2222
],
2323
"repository": {
2424
"type": "git",
25-
"url": "https://github.com/NotNinja/convert-svg.git"
25+
"url": "https://github.com/neocotic/convert-svg.git"
2626
},
2727
"dependencies": {
28-
"chalk": "^2.3.0",
29-
"commander": "^2.13.0",
28+
"chalk": "^2.4.1",
29+
"commander": "^2.19.0",
3030
"file-url": "^2.0.2",
31-
"get-stdin": "^5.0.1",
32-
"glob": "^7.1.2",
31+
"get-stdin": "^6.0.0",
32+
"glob": "^7.1.3",
3333
"lodash.omit": "^4.5.0",
3434
"lodash.pick": "^4.4.0",
35-
"pollock": "^0.1.0",
36-
"puppeteer": "^1.0.0",
35+
"pollock": "^0.2.0",
36+
"puppeteer": "^1.10.0",
3737
"tmp": "0.0.33"
3838
},
3939
"devDependencies": {
40-
"mocha": "^5.0.0",
41-
"sinon": "^4.2.2"
40+
"mocha": "^5.2.0",
41+
"sinon": "^7.1.1"
4242
},
4343
"main": "src/index.js",
4444
"engines": {

packages/convert-svg-core/src/API.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2018 Alasdair Mercer, !ninja
2+
* Copyright (C) 2018 Alasdair Mercer
33
*
44
* Permission is hereby granted, free of charge, to any person obtaining a copy
55
* of this software and associated documentation files (the "Software"), to deal

packages/convert-svg-core/src/CLI.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2018 Alasdair Mercer, !ninja
2+
* Copyright (C) 2018 Alasdair Mercer
33
*
44
* Permission is hereby granted, free of charge, to any person obtaining a copy
55
* of this software and associated documentation files (the "Software"), to deal

packages/convert-svg-core/src/Converter.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2018 Alasdair Mercer, !ninja
2+
* Copyright (C) 2018 Alasdair Mercer
33
*
44
* Permission is hereby granted, free of charge, to any person obtaining a copy
55
* of this software and associated documentation files (the "Software"), to deal

packages/convert-svg-core/src/Provider.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2018 Alasdair Mercer, !ninja
2+
* Copyright (C) 2018 Alasdair Mercer
33
*
44
* Permission is hereby granted, free of charge, to any person obtaining a copy
55
* of this software and associated documentation files (the "Software"), to deal

packages/convert-svg-core/src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2018 Alasdair Mercer, !ninja
2+
* Copyright (C) 2018 Alasdair Mercer
33
*
44
* Permission is hereby granted, free of charge, to any person obtaining a copy
55
* of this software and associated documentation files (the "Software"), to deal

packages/convert-svg-core/test/API.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2018 Alasdair Mercer, !ninja
2+
* Copyright (C) 2018 Alasdair Mercer
33
*
44
* Permission is hereby granted, free of charge, to any person obtaining a copy
55
* of this software and associated documentation files (the "Software"), to deal

packages/convert-svg-core/test/CLI.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2018 Alasdair Mercer, !ninja
2+
* Copyright (C) 2018 Alasdair Mercer
33
*
44
* Permission is hereby granted, free of charge, to any person obtaining a copy
55
* of this software and associated documentation files (the "Software"), to deal

packages/convert-svg-core/test/Converter.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2018 Alasdair Mercer, !ninja
2+
* Copyright (C) 2018 Alasdair Mercer
33
*
44
* Permission is hereby granted, free of charge, to any person obtaining a copy
55
* of this software and associated documentation files (the "Software"), to deal

packages/convert-svg-core/test/Provider.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2018 Alasdair Mercer, !ninja
2+
* Copyright (C) 2018 Alasdair Mercer
33
*
44
* Permission is hereby granted, free of charge, to any person obtaining a copy
55
* of this software and associated documentation files (the "Software"), to deal

packages/convert-svg-core/test/index.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2018 Alasdair Mercer, !ninja
2+
* Copyright (C) 2018 Alasdair Mercer
33
*
44
* Permission is hereby granted, free of charge, to any person obtaining a copy
55
* of this software and associated documentation files (the "Software"), to deal

0 commit comments

Comments
 (0)