Skip to content

Commit

Permalink
Add license to prefixer package for compliance reason (#460)
Browse files Browse the repository at this point in the history
* Add license to goober-autoprefixer published pacakge

* Bump versions

* Add the licence field to package.json as well

* Version bump
  • Loading branch information
cristianbote authored Jun 6, 2022
1 parent ba0c71c commit 62e5d6b
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 2 deletions.
21 changes: 21 additions & 0 deletions prefixer/LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
MIT License

Copyright (c) 2019 Cristian Bote

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.
2 changes: 1 addition & 1 deletion prefixer/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 10 additions & 1 deletion prefixer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "goober-autoprefixer",
"version": "1.2.1",
"version": "1.2.3",
"sideEffects": false,
"main": "./dist/goober-autoprefixer.cjs",
"module": "./dist/goober-autoprefixer.esm.js",
Expand All @@ -13,6 +13,7 @@
"name": "Jovi De Croock",
"url": "https://www.jovidecroock.com/"
},
"license": "MIT",
"scripts": {
"build": "rm -rf ./dist && microbundle --entry src/index.js --name gooberPrefixer --no-sourcemap --generateTypes false",
"test": "jest"
Expand All @@ -31,5 +32,13 @@
"autoprefixer",
"css",
"postcss"
],
"files": [
"src",
"dist",
"README.md",
"package.json",
"LICENSE",
"autoprefixer.d.ts"
]
}

1 comment on commit 62e5d6b

@vercel
Copy link

@vercel vercel bot commented on 62e5d6b Jun 6, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.