Skip to content

Commit fd444ea

Browse files
committed
author
1 parent 035d399 commit fd444ea

74 files changed

Lines changed: 74 additions & 75 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

FOOTER.md

Lines changed: 1 addition & 2 deletions

__fixtures__/sqitch/broken/packages/secrets/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "secrets",
33
"version": "0.0.1",
44
"description": "skitch project",
5-
"author": "Dan Lynch <pyramation@gmail.com>",
5+
"author": "Constructive <developers@constructive.io>",
66
"private": true,
77
"scripts": {
88
"test": "FAST_TEST=1 launchql-templatedb && jest",

__fixtures__/sqitch/launchql/packages/secrets/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "secrets",
33
"version": "0.0.1",
44
"description": "skitch project",
5-
"author": "Dan Lynch <pyramation@gmail.com>",
5+
"author": "Constructive <developers@constructive.io>",
66
"private": true,
77
"scripts": {
88
"test": "FAST_TEST=1 launchql-templatedb && jest",

__fixtures__/sqitch/launchql/packages/totp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "totp",
33
"version": "0.0.1",
44
"description": "skitch project",
5-
"author": "Dan Lynch <pyramation@gmail.com>",
5+
"author": "Constructive <developers@constructive.io>",
66
"private": true,
77
"scripts": {
88
"test": "FAST_TEST=1 launchql-templatedb && jest",

__fixtures__/sqitch/launchql/packages/utilities/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "pg-utilities",
33
"version": "0.0.1",
44
"description": "PostgreSQL utilities",
5-
"author": "Dan Lynch <pyramation@gmail.com>",
5+
"author": "Constructive <developers@constructive.io>",
66
"private": true,
77
"scripts": {
88
"test": "FAST_TEST=1 launchql-templatedb && jest",

__fixtures__/sqitch/launchql/packages/utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "utils",
33
"version": "0.0.1",
44
"description": "skitch project",
5-
"author": "Dan Lynch <pyramation@gmail.com>",
5+
"author": "Constructive <developers@constructive.io>",
66
"private": true,
77
"scripts": {
88
"test": "FAST_TEST=1 launchql-templatedb && jest",

__fixtures__/sqitch/launchql/packages/verify/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "pg-verify",
33
"version": "0.0.1",
44
"description": "PostgreSQL verification utilities",
5-
"author": "Dan Lynch <pyramation@gmail.com>",
5+
"author": "Constructive <developers@constructive.io>",
66
"private": true,
77
"scripts": {
88
"test": "FAST_TEST=1 launchql-templatedb && jest",

__fixtures__/sqitch/simple-w-tags/packages/my-first/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "my-first",
33
"version": "0.0.1",
4-
"author": "Dan Lynch <pyramation@gmail.com>",
4+
"author": "Constructive <developers@constructive.io>",
55
"description": "undefined",
66
"main": "index.js",
77
"module": "esm/index.js",

__fixtures__/sqitch/simple-w-tags/packages/my-second/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "my-second",
33
"version": "0.0.1",
4-
"author": "Dan Lynch <pyramation@gmail.com>",
4+
"author": "Constructive <developers@constructive.io>",
55
"description": "undefined",
66
"main": "index.js",
77
"module": "esm/index.js",

__fixtures__/sqitch/simple-w-tags/packages/my-third/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "my-third",
33
"version": "0.0.1",
4-
"author": "Dan Lynch <pyramation@gmail.com>",
4+
"author": "Constructive <developers@constructive.io>",
55
"description": "undefined",
66
"main": "index.js",
77
"module": "esm/index.js",

0 commit comments

Comments
 (0)