Skip to content

Commit c2c49f2

Browse files
update author to saasify
1 parent 55e6812 commit c2c49f2

File tree

17 files changed

+21
-19
lines changed

17 files changed

+21
-19
lines changed

examples/hello-world/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "fts-example-hello-world",
33
"description": "Simple Hello World example for Functional Typescript",
44
"repository": "transitive-bullshit/functional-typescript",
5-
"author": "Travis Fischer <travis@transitivebullsh.it>",
5+
"author": "Saasify <dev@saasify.sh>",
66
"license": "MIT",
77
"private": true,
88
"engines": {

examples/hello-world/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,4 +78,4 @@ Note that in this example, we're generating the FTS Definition and serving it to
7878

7979
## License
8080

81-
MIT © [Travis Fischer](https://transitivebullsh.it)
81+
MIT © [Saasify](https://saasify.sh)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"version": "0.0.1",
55
"description": "TypeScript standard for rock solid serverless functions.",
66
"repository": "https://github.com/transitive-bullshit/functional-typescript",
7-
"author": "Travis Fischer <travis@transitivebullsh.it>",
7+
"author": "Saasify <dev@saasify.sh>",
88
"license": "MIT",
99
"workspaces": [
1010
"packages/*"

packages/fts-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "1.1.0",
44
"description": "Common types for Functional TypeScript.",
55
"repository": "https://github.com/transitive-bullshit/functional-typescript",
6-
"author": "Travis Fischer <travis@transitivebullsh.it>",
6+
"author": "Saasify <dev@saasify.sh>",
77
"license": "MIT",
88
"main": "build/index.js",
99
"typings": "build/index.d.ts",

packages/fts-core/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ See the main [docs](https://github.com/transitive-bullshit/functional-typescript
1010

1111
## License
1212

13-
MIT © [Travis Fischer](https://transitivebullsh.it)
13+
MIT © [Saasify](https://saasify.sh)

packages/fts-dev/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "1.3.10",
44
"description": "Dev Server for Functional TypeScript.",
55
"repository": "https://github.com/transitive-bullshit/functional-typescript",
6-
"author": "Travis Fischer <travis@transitivebullsh.it>",
6+
"author": "Saasify <dev@saasify.sh>",
77
"license": "MIT",
88
"main": "build/index.js",
99
"typings": "build/index.d.ts",

packages/fts-dev/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@ The server defaults to port 3000.
3535

3636
## License
3737

38-
MIT © [Travis Fischer](https://transitivebullsh.it)
38+
MIT © [Saasify](https://saasify.sh)

packages/fts-http-client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "1.3.3",
44
"description": "HTTP client for Functional TypeScript.",
55
"repository": "https://github.com/transitive-bullshit/functional-typescript",
6-
"author": "Travis Fischer <travis@transitivebullsh.it>",
6+
"author": "Saasify <dev@saasify.sh>",
77
"license": "MIT",
88
"main": "build/index.js",
99
"typings": "build/index.d.ts",

packages/fts-http-client/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,4 +56,4 @@ const result1 = await client({ name: 'Foo', date: new Date() })
5656

5757
## License
5858

59-
MIT © [Travis Fischer](https://transitivebullsh.it)
59+
MIT © [Saasify](https://saasify.sh)

packages/fts-http/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "1.3.10",
44
"description": "HTTP Support for Functional TypeScript.",
55
"repository": "https://github.com/transitive-bullshit/functional-typescript",
6-
"author": "Travis Fischer <travis@transitivebullsh.it>",
6+
"author": "Saasify <dev@saasify.sh>",
77
"license": "MIT",
88
"main": "build/index.js",
99
"typings": "build/index.d.ts",

0 commit comments

Comments
 (0)