Skip to content

Commit c846a67

Browse files
committed
chore(lib): package license
1 parent cdc268f commit c846a67

2 files changed

Lines changed: 27 additions & 6 deletions

File tree

lib/packages.js

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -82,12 +82,6 @@ exports.htmlWebpackPluginResolve = htmlWebpackPluginResolve;
8282
const HtmlWebpackPlugin = require('html-webpack-plugin');
8383
exports.HtmlWebpackPlugin = HtmlWebpackPlugin;
8484

85-
const lessResolve = require.resolve('less');
86-
exports.lessResolve = lessResolve;
87-
88-
const less = require('less');
89-
exports.less = less;
90-
9185
const lessLoaderResolve = require.resolve('less-loader');
9286
exports.lessLoaderResolve = lessLoaderResolve;
9387

lib/packagesLicenses.txt

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1876,6 +1876,33 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
18761876
THE SOFTWARE.
18771877

18781878

1879+
--------------------------------------------------------------------------------
1880+
1881+
posix license:
1882+
1883+
MIT License
1884+
1885+
Copyright (c) 2020 Brett Sutton
1886+
1887+
Permission is hereby granted, free of charge, to any person obtaining a copy
1888+
of this software and associated documentation files (the "Software"), to deal
1889+
in the Software without restriction, including without limitation the rights
1890+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1891+
copies of the Software, and to permit persons to whom the Software is
1892+
furnished to do so, subject to the following conditions:
1893+
1894+
The above copyright notice and this permission notice shall be included in all
1895+
copies or substantial portions of the Software.
1896+
1897+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1898+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1899+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1900+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1901+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1902+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1903+
SOFTWARE.
1904+
1905+
18791906
--------------------------------------------------------------------------------
18801907

18811908
pub_api_client license:

0 commit comments

Comments
 (0)