mirror of
https://github.com/penpot/penpot-export.git
synced 2025-01-08 07:50:21 -05:00
build(cli): use a valid license in package.json
This commit is contained in:
parent
878d18dcb2
commit
712ae191e7
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "penpot-css-export",
|
||||
"version": "0.0.0",
|
||||
"license": "redradix",
|
||||
"license": "UNLICENSED",
|
||||
"main": "dist/bin/index.js",
|
||||
"types": "dist/lib/types.d.ts",
|
||||
"files": [
|
||||
|
|
Loading…
Reference in a new issue