Skip to content

Commit 647ebcb

Browse files
authored
Merge pull request #23 from principalstudio/Applelo/issue22
Add license
2 parents 3837650 + 5f12366 commit 647ebcb

File tree

2 files changed

+32
-11
lines changed

2 files changed

+32
-11
lines changed

LICENSE

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
MIT License
2+
3+
Copyright (c) 2021 Principal Studio
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.

package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@principalstudio/html-webpack-inject-preload",
3-
"version": "1.2.6",
3+
"version": "1.2.7",
44
"description": "A HTML Webpack plugin for injecting <link rel='preload'>",
55
"main": "lib/main.js",
66
"types": "lib/main.d.ts",
@@ -32,22 +32,22 @@
3232
"homepage": "https://github.com/principalstudio/html-webpack-inject-preload#readme",
3333
"devDependencies": {
3434
"@types/jest": "^26.0.20",
35-
"@types/node": "^14.14.31",
36-
"@typescript-eslint/parser": "^4.15.2",
37-
"css-loader": "^5.1.0",
38-
"eslint": "^7.20.0",
35+
"@types/node": "^14.14.32",
36+
"@typescript-eslint/parser": "^4.16.1",
37+
"css-loader": "^5.1.1",
38+
"eslint": "^7.21.0",
3939
"file-loader": "^6.2.0",
40-
"html-webpack-plugin": "5.2.0",
40+
"html-webpack-plugin": "5.3.0",
4141
"jest": "^26.6.3",
4242
"mini-css-extract-plugin": "^1.3.9",
4343
"prettier": "^2.2.1",
44-
"ts-jest": "^26.5.2",
45-
"typescript": "^4.2.2",
44+
"ts-jest": "^26.5.3",
45+
"typescript": "^4.2.3",
4646
"url-loader": "^4.1.1",
47-
"webpack": "^5.24.2"
47+
"webpack": "^5.24.4"
4848
},
4949
"peerDependencies": {
50-
"webpack": "^4.0.0 || ^5.0.0",
51-
"html-webpack-plugin": "^4.0.0 || ^5.0.0"
50+
"html-webpack-plugin": "^4.0.0 || ^5.0.0",
51+
"webpack": "^4.0.0 || ^5.0.0"
5252
}
5353
}

0 commit comments

Comments
 (0)