diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..b2a7af4 --- /dev/null +++ b/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2021 Principal Studio + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/package.json b/package.json index 4d4ec05..d6dc3dc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@principalstudio/html-webpack-inject-preload", - "version": "1.2.6", + "version": "1.2.7", "description": "A HTML Webpack plugin for injecting ", "main": "lib/main.js", "types": "lib/main.d.ts", @@ -32,22 +32,22 @@ "homepage": "https://github.com/principalstudio/html-webpack-inject-preload#readme", "devDependencies": { "@types/jest": "^26.0.20", - "@types/node": "^14.14.31", - "@typescript-eslint/parser": "^4.15.2", - "css-loader": "^5.1.0", - "eslint": "^7.20.0", + "@types/node": "^14.14.32", + "@typescript-eslint/parser": "^4.16.1", + "css-loader": "^5.1.1", + "eslint": "^7.21.0", "file-loader": "^6.2.0", - "html-webpack-plugin": "5.2.0", + "html-webpack-plugin": "5.3.0", "jest": "^26.6.3", "mini-css-extract-plugin": "^1.3.9", "prettier": "^2.2.1", - "ts-jest": "^26.5.2", - "typescript": "^4.2.2", + "ts-jest": "^26.5.3", + "typescript": "^4.2.3", "url-loader": "^4.1.1", - "webpack": "^5.24.2" + "webpack": "^5.24.4" }, "peerDependencies": { - "webpack": "^4.0.0 || ^5.0.0", - "html-webpack-plugin": "^4.0.0 || ^5.0.0" + "html-webpack-plugin": "^4.0.0 || ^5.0.0", + "webpack": "^4.0.0 || ^5.0.0" } }