Skip to content

Commit dfb489e

Browse files
authored
chore: corrected some hyperlinks (#1403)
* chore: correcting brads homepage URL Brads old URL seems to have been conquered by some company … * chore: corrected Brians homepage URL to HTTPS * chore: switched to HTTPS URLs * chore: switched to HTTPS and removing www. subdomain as this is even also the current redirect target of this domain * chore: correcting this URL to its successor * chore: switched to HTTPS URLs * chore: correcting this URL to its successor * chore: switched to HTTPS and adding/removing www. subdomain as these are even also the current redirect targets of these URLs * chore: correcting these URLs to their successors and some code reformatting included, most likely because of prettier/pretty-quick * fix: correctly renamed this file
1 parent 97f1964 commit dfb489e

File tree

55 files changed

+168
-173
lines changed

Some content is hidden

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

55 files changed

+168
-173
lines changed

.github/CONTRIBUTING.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -50,11 +50,11 @@ This ensures that any changes you've made will still result in a clean and funct
5050
5151
Formatting is automated via [Prettier](https://prettier.io/), setup to run on precommit. We suggest [editor integration](https://prettier.io/docs/en/editors.html) for this and for eslint. Prettier is further configured within `.prettierrc`. Eslint validates syntax and usage that Prettier doesn't handle. Configuration for both is found within the `.eslintrc.js` file.
5252
53-
The `.editorconfig` controls spaces / tabs within supported editors. Check out their [site](http://editorconfig.org/).
53+
The `.editorconfig` controls spaces / tabs within supported editors. Check out their [site](https://editorconfig.org/).
5454
5555
## Tests
5656
57-
Add unit and integration tests if you can. It's always nice if our code coverage improves bit by bit (literally!). We are using [Node Tap](http://www.node-tap.org/) as test framework and [Rewire](https://github.com/jhnns/rewire) for mocking things like file system access.
57+
Add unit and integration tests if you can. It's always nice if our code coverage improves bit by bit (literally!). We are using [Node Tap](https://node-tap.org/) as test framework and [Rewire](https://github.com/jhnns/rewire) for mocking things like file system access.
5858
5959
## Branching Scheme
6060

.github/gitgraph/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Generating a new graph
22
======================
33

4-
This folder uses http://gitgraphjs.com/ for generating the git graph model.
4+
This folder uses https://www.nicoespeon.com/gitgraph.js for generating the git graph model.
55

6-
1. Change `patternlab-flow.js` to your needs according to the documentation on http://gitgraphjs.com/
6+
1. Change `patternlab-flow.js` to your needs according to the documentation on https://www.nicoespeon.com/gitgraph.js
77
2. Open branching-scheme.html in browse, right click the graph and "Save as...".
88
3. Overwrite `/.github/branching-scheme.png`

CODE_OF_CONDUCT.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Project maintainers who do not follow or enforce the Code of Conduct in good fai
4040

4141
## Attribution
4242

43-
This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4, available at [http://contributor-covenant.org/version/1/4][version]
43+
This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4, available at [https://contributor-covenant.org/version/1/4][version]
4444

45-
[homepage]: http://contributor-covenant.org
46-
[version]: http://contributor-covenant.org/version/1/4/
45+
[homepage]: https://contributor-covenant.org
46+
[version]: https://contributor-covenant.org/version/1/4/

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2018 Brian Muenzenmeyer, http://brianmuenzenmeyer.com & Brad Frost, http://bradfrostweb.com
3+
Copyright (c) 2018 Brian Muenzenmeyer, https://brianmuenzenmeyer.com & Brad Frost, https://bradfrost.com
44

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

packages/cli/.gitignore

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@ coverage
1717
# nyc test coverage
1818
.nyc_output
1919

20-
# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
20+
# Grunt intermediate storage (https://gruntjs.com/creating-plugins#storing-task-files)
2121
.grunt
2222

2323
# node-waf configuration
2424
.lock-wscript
2525

26-
# Compiled binary addons (http://nodejs.org/api/addons.html)
26+
# Compiled binary addons (https://nodejs.org/api/addons.html)
2727
build/Release
2828

2929
# Dependency directories

packages/core/LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2018 Brian Muenzenmeyer, http://brianmuenzenmeyer.com & Brad Frost, http://bradfrostweb.com
3+
Copyright (c) 2018 Brian Muenzenmeyer, https://brianmuenzenmeyer.com & Brad Frost, https://bradfrost.com
44

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

packages/core/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ The Pattern Lab Node team uses [our gitter.im channel, pattern-lab/node](https:/
112112

113113
There is also a dedicated Pattern Lab channel on the [design system slack](http://designsystems.herokuapp.com) run by [@jina](https://twitter.com/jina).
114114

115-
Ask or answer Pattern Lab questions on Stack Overflow: http://stackoverflow.com/questions/tagged/patternlab.io
115+
Ask or answer Pattern Lab questions on Stack Overflow: https://stackoverflow.com/questions/tagged/patternlab.io
116116

117117
## License
118118

packages/core/docs/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -184,4 +184,4 @@ Reloads CSS on any active live-server instances
184184

185185
* * *
186186

187-
[Pattern Lab](http://patternlab.io) Node is [MIT Licensed](https://github.com/pattern-lab/patternlab-node/blob/master/LICENSE)
187+
[Pattern Lab](https://patternlab.io) Node is [MIT Licensed](https://github.com/pattern-lab/patternlab-node/blob/master/LICENSE)

packages/core/docs/events.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -156,4 +156,4 @@ Invoked when a pattern changes.
156156

157157
---
158158

159-
[Pattern Lab](http://patternlab.io) Node is [MIT Licensed](https://github.com/pattern-lab/patternlab-node/blob/master/LICENSE)
159+
[Pattern Lab](https://patternlab.io) Node is [MIT Licensed](https://github.com/pattern-lab/patternlab-node/blob/master/LICENSE)

packages/core/scripts/api.handlebars

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ const patternlab = require('@pattern-lab/core')(config);
1717

1818
* * *
1919

20-
[Pattern Lab](http://patternlab.io) Node is [MIT Licensed](https://github.com/pattern-lab/patternlab-node/blob/master/LICENSE)
20+
[Pattern Lab](https://patternlab.io) Node is [MIT Licensed](https://github.com/pattern-lab/patternlab-node/blob/master/LICENSE)

packages/core/scripts/events.handlebars

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ Learn more about [Creating Plugins](https://github.com/pattern-lab/patternlab-no
1616

1717
* * *
1818

19-
[Pattern Lab](http://patternlab.io) Node is [MIT Licensed](https://github.com/pattern-lab/patternlab-node/blob/master/LICENSE)
19+
[Pattern Lab](https://patternlab.io) Node is [MIT Licensed](https://github.com/pattern-lab/patternlab-node/blob/master/LICENSE)

packages/core/test/annotation_exporter_tests.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ tap.test('converts old JS annotations into new format', function (test) {
3333
test.equal(annotations[1].title, 'Logo');
3434
test.equal(
3535
annotations[1].comment,
36-
'The logo image is an SVG file, which ensures that the logo displays crisply even on high resolution displays. A PNG fallback is provided for browsers that don\'t support SVG images.</p><p>Further reading: <a href="http://bradfrostweb.com/blog/mobile/hi-res-optimization/">Optimizing Web Experiences for High Resolution Screens</a></p>'
36+
'The logo image is an SVG file, which ensures that the logo displays crisply even on high resolution displays. A PNG fallback is provided for browsers that don\'t support SVG images.</p><p>Further reading: <a href="https://bradfrost.com/blog/mobile/hi-res-optimization/">Optimizing Web Experiences for High Resolution Screens</a></p>'
3737
);
3838

3939
test.end();

packages/core/test/files/annotations.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ var comments = {
88
{
99
"el": ".logo",
1010
"title": "Logo",
11-
"comment": "The logo image is an SVG file, which ensures that the logo displays crisply even on high resolution displays. A PNG fallback is provided for browsers that don't support SVG images.</p><p>Further reading: <a href=\"http://bradfrostweb.com/blog/mobile/hi-res-optimization/\">Optimizing Web Experiences for High Resolution Screens</a></p>"
11+
"comment": "The logo image is an SVG file, which ensures that the logo displays crisply even on high resolution displays. A PNG fallback is provided for browsers that don't support SVG images.</p><p>Further reading: <a href=\"https://bradfrost.com/blog/mobile/hi-res-optimization/\">Optimizing Web Experiences for High Resolution Screens</a></p>"
1212
}
1313
]
1414
};

packages/docs/php-docs/command-line.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ To get the options for a particular command, for example the `--generate` comman
1515

1616
## A Special Note About Windows
1717

18-
To access the command prompt on Windows you can [follow the directions from Microsoft](http://windows.microsoft.com/en-us/windows-vista/open-a-command-prompt-window). After getting to the command prompt type the following to make sure you have PHP installed:
18+
To access the command prompt on Windows you can [follow the directions from Microsoft](https://support.microsoft.com/en-us/windows/powershell-is-replacing-command-prompt-fdb690cf-876c-d866-2124-21b6fb29a45f). After getting to the command prompt type the following to make sure you have PHP installed:
1919

2020
php -v
2121

packages/docs/php-docs/requirements.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ The requirements for Pattern Lab 2 vary depending on what features you want to u
1010

1111
## Minimum Requirements
1212

13-
To use the basic features of Pattern Lab to compile patterns, you must have **PHP 5.4+** installed. On Mac OS X Pattern Lab should work "out of the box." If you're on Windows you can [download PHP from PHP.net](http://windows.php.net/download/). Pattern Lab comes with its own built-in web server.
13+
To use the basic features of Pattern Lab to compile patterns, you must have **PHP 5.4+** installed. On Mac OS X Pattern Lab should work "out of the box." If you're on Windows you can [download PHP from PHP.net](https://windows.php.net/download/). Pattern Lab comes with its own built-in web server.
1414

1515
Because Pattern Lab's output consists of HTML, CSS, and JavaScript there are **no requirements** for hosting your Pattern Lab site. Simply upload the `./public/` directory to your host and you should be good to go.
1616

packages/docs/php-docs/viewing-patterns.html renamed to packages/docs/php-docs/viewing-patterns.md

+1-6
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,9 @@
44
- docs
55
---
66

7-
8-
9-
Pattern Lab utilizes PHP's [built-in web server](http://php.net/manual/en/features.commandline.webserver.php) to let you browse your generated patterns. To start the server do the following:
7+
Pattern Lab utilizes PHP's [built-in web server](https://www.php.net/manual/en/features.commandline.webserver.php) to let you browse your generated patterns. To start the server do the following:
108

119
1. In a terminal window navigate to the root of your project
1210
2. Type `php core/console --server`
1311

1412
Your local Pattern Lab install should now be available for browsing at [http://localhost:8080](http://localhost:8080).
15-
16-
17-

packages/docs/src/docs/data-json-mustache.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ eleventyNavigation:
1010
sitemapPriority: '0.8'
1111
---
1212

13-
> This documentation is provided as a simple introduction to using one of the supported data types and one of the supported PatternEngines. The best reference for this topic is the [Mustache documentation](http://mustache.github.io/mustache.5.html) but this should provide a good beginner's primer.
13+
> This documentation is provided as a simple introduction to using one of the supported data types and one of the supported PatternEngines. The best reference for this topic is the [Mustache documentation](https://mustache.github.io/mustache.5.html) but this should provide a good beginner's primer.
1414
1515
## Simple Variables
1616

packages/docs/src/docs/pattern-adding-annotations.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ This is an example of an annotation saved as part of `annotations.js` that will
2828
{
2929
"el": ".logo",
3030
"title" : "Logo",
31-
"comment": "The logo image is an SVG file, which ensures that the logo displays crisply even on high resolution displays. A PNG fallback is provided for browsers that don't support SVG images.</p><p>Further reading: <a href=\"http://bradfrostweb.com/blog/mobile/hi-res-optimization/\">Optimizing Web Experiences for High Resolution Screens</a></p>"
31+
"comment": "The logo image is an SVG file, which ensures that the logo displays crisply even on high resolution displays. A PNG fallback is provided for browsers that don't support SVG images.</p><p>Further reading: <a href=\"https://bradfrost.com/blog/mobile/hi-res-optimization/\">Optimizing Web Experiences for High Resolution Screens</a></p>"
3232
}
3333
```
3434

@@ -43,7 +43,7 @@ title: Logo
4343
---
4444
The logo image is an SVG file, which ensures that the logo displays crisply even on high resolution displays. A PNG fallback is provided for browsers that don't support SVG images.
4545
46-
Further reading: [Optimizing Web Experiences for High Resolution Screens](http://bradfrostweb.com/blog/mobile/hi-res-optimization/)
46+
Further reading: [Optimizing Web Experiences for High Resolution Screens](https://bradfrost.com/blog/mobile/hi-res-optimization/)
4747
```
4848

4949
To separate multiple annotations within one file use `~*~` between annotations.
@@ -55,7 +55,7 @@ title: Logo
5555
---
5656
The logo image is an SVG file, which ensures that the logo displays crisply even on high resolution displays. A PNG fallback is provided for browsers that don't support SVG images.
5757
58-
Further reading: [Optimizing Web Experiences for High Resolution Screens](http://bradfrostweb.com/blog/mobile/hi-res-optimization/)
58+
Further reading: [Optimizing Web Experiences for High Resolution Screens](https://bradfrost.com/blog/mobile/hi-res-optimization/)
5959
~*~
6060
---
6161
el: .hamburger

packages/docs/src/resources.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@ sitemapPriority: '0.8'
1717
- [Frost Finery](http://patterns.frostfinery.com)
1818
- [Pittsburgh Food Bank](https://foodbank.bradfrost.com/patternlab/v10/)
1919
- [brianmuenzenmeyer.com](http://www.brianmuenzenmeyer.com/patternlab/public/)
20-
- [Altinn](http://altinn.github.io/DesignSystem/)
20+
- [Altinn](https://altinn.github.io/DesignSystem/)
2121

2222
## Articles
2323

2424
- [Making And Maintaining Atomic Design Systems With Pattern Lab 2 by Brad Frost, Dave Olsen, Brian Muenzenmeyer](https://www.smashingmagazine.com/2016/07/building-maintaining-atomic-design-systems-pattern-lab/)
2525
- [Using Pattern Lab to Design Build and Maintain a (Jekyll) Website by Brian Muenzenmeyer](http://www.brianmuenzenmeyer.com/using-patternlab-to-design-build-and-maintain-a-website)
26-
- [Solving Problems with Pattern Lab - Small Team Workflow by Brian Muenzenmeyer](http://www.brianmuenzenmeyer.com/solving-problems-with-pattern-lab-small-team-workflow)
26+
- [Solving Problems with Pattern Lab - Small Team Workflow by Brian Muenzenmeyer](https://www.brianmuenzenmeyer.com/solving-problems-with-pattern-lab-small-team-workflow)
2727
- [Adding Common Gulp Tasks to Pattern Lab Node by Brian Muenzenmeyer](http://www.brianmuenzenmeyer.com/adding-common-gulp-tasks-to-pattern-lab-node)
2828
- [Why and How to Test Your Pattern Library: Testing Strategy by Jim Newbery](https://tinnedfruit.com/writing/why-and-how-to-test-your-pattern-library.html)
2929
- [Why and How to Test Your Pattern Library: Testing a Pattern Lab Project by Jim Newbery](https://tinnedfruit.com/writing/why-and-how-to-test-your-pattern-library-2.html)

packages/edition-node-gulp/LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2018 Brian Muenzenmeyer, http://brianmuenzenmeyer.com & Brad Frost, http://bradfrostweb.com
3+
Copyright (c) 2018 Brian Muenzenmeyer, https://brianmuenzenmeyer.com & Brad Frost, https://bradfrost.com
44

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

packages/edition-node-gulp/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ This Edition comes with the following components:
1919

2020
## Prerequisites
2121

22-
This Edition uses [Node](https://nodejs.org) for core processing, [npm](https://www.npmjs.com/) to manage project dependencies, and [gulp.js](http://gulpjs.com/) to run tasks and interface with the core library. You can follow the directions for [installing Node](https://nodejs.org/en/download/) on the Node website if you haven't done so already. Installation of Node will include npm.
22+
This Edition uses [Node](https://nodejs.org/) for core processing, [npm](https://www.npmjs.com/) to manage project dependencies, and [gulp.js](https://gulpjs.com/) to run tasks and interface with the core library. You can follow the directions for [installing Node](https://nodejs.org/en/download/) on the Node website if you haven't done so already. Installation of Node will include npm.
2323

2424
## Installing
2525

packages/edition-node/LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2018 Brian Muenzenmeyer, http://brianmuenzenmeyer.com & Brad Frost, http://bradfrostweb.com
3+
Copyright (c) 2018 Brian Muenzenmeyer, https://brianmuenzenmeyer.com & Brad Frost, https://bradfrost.com
44

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

packages/edition-twig/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "Pattern Lab node with Twig PHP Engine",
55
"author": {
66
"name": "Evan Lovely",
7-
"url": "http://evanlovely.com"
7+
"url": "https://www.evanlovely.com"
88
},
99
"maintainers": [
1010
{

packages/engine-handlebars/LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2018 Brian Muenzenmeyer, http://brianmuenzenmeyer.com & Brad Frost, http://bradfrostweb.com
3+
Copyright (c) 2018 Brian Muenzenmeyer, https://brianmuenzenmeyer.com & Brad Frost, https://bradfrost.com
44

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

packages/engine-handlebars/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ To install the Handlebars PatternEngine in your edition, `npm install --save @pa
99
* [x] [Hidden Patterns](https://patternlab.io/docs/hiding-patterns-in-the-navigation/)
1010
* [x] [Pseudo-Patterns](https://patternlab.io/docs/using-pseudo-patterns/)
1111
* [x] [Pattern States](https://patternlab.io/docs/using-pattern-states/)
12-
* [ ] [Pattern Parameters](https://patternlab.io/docs/using-pattern-parameters/) (Accomplished instead using [native Handlebars partial arguments](http://handlebarsjs.com/partials.html))
13-
* [ ] [Style Modifiers](https://github.com/pattern-lab/patternlab-node/issues/1177) (Accomplished instead using [native Handlebars partial arguments](http://handlebarsjs.com/partials.html))
12+
* [ ] [Pattern Parameters](https://patternlab.io/docs/using-pattern-parameters/) (Accomplished instead using [native Handlebars partial arguments](https://handlebarsjs.com/guide/partials.html))
13+
* [ ] [Style Modifiers](https://github.com/pattern-lab/patternlab-node/issues/1177) (Accomplished instead using [native Handlebars partial arguments](https://handlebarsjs.com/guide/partials.html))
1414

1515
## Helpers
1616

17-
To add custom [helpers](http://handlebarsjs.com/#helpers) or otherwise interact with Handlebars directly, create a file named `patternlab-handlebars-config.js` in the root of your Pattern Lab project, or override the default location by specifying one or several glob patterns in the Pattern Lab config:
17+
To add custom [helpers](https://handlebarsjs.com/api-reference/helpers.html) or otherwise interact with Handlebars directly, create a file named `patternlab-handlebars-config.js` in the root of your Pattern Lab project, or override the default location by specifying one or several glob patterns in the Pattern Lab config:
1818

1919
```json
2020
{

packages/engine-liquid/LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2018 Brian Muenzenmeyer, http://brianmuenzenmeyer.com & Brad Frost, http://bradfrostweb.com
3+
Copyright (c) 2018 Brian Muenzenmeyer, https://brianmuenzenmeyer.com & Brad Frost, https://bradfrost.com
44

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

packages/engine-mustache/LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2018 Dan White, https://github.com/danwhite85 & Brian Muenzenmeyer, http://brianmuenzenmeyer.com & Brad Frost, http://bradfrostweb.com
3+
Copyright (c) 2018 Dan White, https://github.com/danwhite85 & Brian Muenzenmeyer, https://brianmuenzenmeyer.com & Brad Frost, https://bradfrost.com
44

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

packages/engine-nunjucks/LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2018 Brian Muenzenmeyer, http://brianmuenzenmeyer.com & Brad Frost, http://bradfrostweb.com
3+
Copyright (c) 2018 Brian Muenzenmeyer, https://brianmuenzenmeyer.com & Brad Frost, https://bradfrost.com
44

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

packages/engine-react/.gitignore

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@ coverage
1717
# nyc test coverage
1818
.nyc_output
1919

20-
# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
20+
# Grunt intermediate storage (https://gruntjs.com/creating-plugins#storing-task-files)
2121
.grunt
2222

2323
# node-waf configuration
2424
.lock-wscript
2525

26-
# Compiled binary addons (http://nodejs.org/api/addons.html)
26+
# Compiled binary addons (https://nodejs.org/api/addons.html)
2727
build/Release
2828

2929
# Dependency directories

packages/engine-react/LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2018 Brian Muenzenmeyer, http://brianmuenzenmeyer.com & Brad Frost, http://bradfrostweb.com
3+
Copyright (c) 2018 Brian Muenzenmeyer, https://brianmuenzenmeyer.com & Brad Frost, https://bradfrost.com
44

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

0 commit comments

Comments
 (0)