Skip to content

Commit

Permalink
Add github URL
Browse files Browse the repository at this point in the history
  • Loading branch information
pskd73 committed Dec 7, 2023
1 parent 5b16247 commit 4c90b51
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion packages/library/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
{
"name": "remotion-animate-text",
"version": "1.0.2",
"version": "1.0.3",
"description": "A remotion package to animate text",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/pskd73/remotion-animate-text"
},
"scripts": {
"build": "tsup src/index.ts --format cjs,esm --dts",
"dev": "tsup src/index.ts --format cjs,esm --dts --watch",
Expand Down

0 comments on commit 4c90b51

Please sign in to comment.