Skip to content

Commit

Permalink
Updated package.json with new license and description
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanwittwer committed Aug 7, 2022
1 parent df71e86 commit 174d21b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "figtype",
"version": "1.0.0",
"description": "Your Figma widget",
"description": "The easiest way to model anything in Figma.",
"scripts": {
"postbuild": "echo 'widget.register(Widget);' >> ./code.js",
"build": "tsc -p tsconfig.json",
"watch": "tsc-watch -p tsconfig.json --onSuccess \"yarn run postbuild\""
},
"author": "Stefan Wittwer",
"license": "UNLICENSED",
"license": "MIT",
"devDependencies": {
"@figma/plugin-typings": "*",
"@figma/widget-typings": "*",
Expand Down

0 comments on commit 174d21b

Please sign in to comment.