Skip to content

Commit 8868e9e

Browse files
committed
update expression-globals-typescript
1 parent 20f5bcd commit 8868e9e

File tree

4 files changed

+11397
-3
lines changed

4 files changed

+11397
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-expression-lib",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "A CLI to create After Effects expression libraries, in TypeScript",
55
"main": "src/index.js",
66
"bin": {

templates/typescript/dist/index.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@
1616
return `Welcome ${name}!`;
1717
},
1818
someValue: 2,
19-
version: '1.0.0',
19+
version: '1.0.1',
2020
}

0 commit comments

Comments
 (0)