-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated Editing Flow and Manual Dates (#77)
Co-authored-by: Christy Presler <[email protected]>
- Loading branch information
Showing
21 changed files
with
970 additions
and
353 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,23 @@ | ||
{ | ||
"name": "figlog", | ||
"version": "1.0.0", | ||
"description": "The easiest and most efficient way to document team decisions and the evolution of your changes in Figma.", | ||
"repository": "https://github.com/FormidableLabs/figlog.git", | ||
"scripts": { | ||
"build": "esbuild widget-src/Widget.tsx --bundle --outfile=dist/code.js --target=es6", | ||
"tsc": "tsc --noEmit -p widget-src", | ||
"watch": "bun run build -- --watch" | ||
}, | ||
"contributors": [ | ||
"Ryan Srofe <[email protected]>" | ||
], | ||
"license": "MIT", | ||
"devDependencies": { | ||
"@figma/plugin-typings": "*", | ||
"@figma/widget-typings": "*", | ||
"date-fns": "^3.6.0", | ||
"esbuild": "*", | ||
"typescript": "*" | ||
}, | ||
"contributors": [ | ||
"Ryan Srofe <[email protected]>", | ||
"Christy Presler <[email protected]>" | ||
], | ||
"description": "The easiest and most efficient way to document team decisions and the evolution of your changes in Figma.", | ||
"license": "MIT", | ||
"scripts": { | ||
"build": "esbuild widget-src/Widget.tsx --bundle --outfile=dist/code.js --target=es6", | ||
"tsc": "tsc --noEmit -p widget-src", | ||
"watch": "bun run build -- --watch" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.