mirror of
https://github.com/penpot/penpot-export.git
synced 2025-01-09 08:20:17 -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",
|
"name": "penpot-css-export",
|
||||||
"version": "0.0.0",
|
"version": "0.0.0",
|
||||||
"license": "redradix",
|
"license": "UNLICENSED",
|
||||||
"main": "dist/bin/index.js",
|
"main": "dist/bin/index.js",
|
||||||
"types": "dist/lib/types.d.ts",
|
"types": "dist/lib/types.d.ts",
|
||||||
"files": [
|
"files": [
|
||||||
|
|
Loading…
Reference in a new issue