Skip to content

Commit 0f42eb3

Browse files
committed
1 parent e22132a commit 0f42eb3

File tree

18 files changed

+442
-428
lines changed

18 files changed

+442
-428
lines changed

packages/appstash/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "appstash",
33
"version": "0.2.5",
4-
"author": "Constructive <pyramation@constructive.io>",
4+
"author": "Constructive <developers@constructive.io>",
55
"description": "Simple, clean application directory resolution",
66
"main": "index.js",
77
"module": "esm/index.js",
@@ -40,4 +40,4 @@
4040
"xdg",
4141
"appdirs"
4242
]
43-
}
43+
}

packages/clean-ansi/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "clean-ansi",
33
"version": "0.1.4",
4-
"author": "Constructive <pyramation@constructive.io>",
4+
"author": "Constructive <developers@constructive.io>",
55
"description": "Remove ANSI escape codes from strings",
66
"main": "index.js",
77
"module": "esm/index.js",
@@ -39,4 +39,4 @@
3939
"terminal",
4040
"colors"
4141
]
42-
}
42+
}

packages/create-gen-app-test/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "create-gen-app-test",
33
"version": "0.1.13",
4-
"author": "Constructive <pyramation@constructive.io>",
4+
"author": "Constructive <developers@constructive.io>",
55
"description": "Integration tests for create-gen-app with cache leveraging",
66
"main": "index.js",
77
"module": "esm/index.js",
@@ -40,4 +40,4 @@
4040
"makage": "0.1.8"
4141
},
4242
"keywords": []
43-
}
43+
}

packages/create-gen-app/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "create-gen-app",
33
"version": "0.3.5",
4-
"author": "Constructive <pyramation@constructive.io>",
4+
"author": "Constructive <developers@constructive.io>",
55
"description": "Clone and customize template repositories with variable replacement",
66
"main": "index.js",
77
"module": "esm/index.js",
@@ -36,4 +36,4 @@
3636
"makage": "0.1.8"
3737
},
3838
"keywords": []
39-
}
39+
}

packages/fetch-api-client/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@interweb/fetch-api-client",
33
"version": "0.7.7",
4-
"author": "Constructive <pyramation@constructive.io>",
4+
"author": "Constructive <developers@constructive.io>",
55
"description": "Universal Fetch-based HTTP client for Node.js and browsers",
66
"main": "index.js",
77
"module": "esm/index.js",
@@ -37,4 +37,4 @@
3737
"@types/isomorphic-fetch": "^0.0.39",
3838
"makage": "0.1.8"
3939
}
40-
}
40+
}

packages/find-and-require-package-json/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "find-and-require-package-json",
33
"version": "0.8.1",
4-
"author": "Constructive <pyramation@constructive.io>",
4+
"author": "Constructive <developers@constructive.io>",
55
"description": "Find the package.json file from within a build/package",
66
"main": "index.js",
77
"module": "esm/index.js",
@@ -32,4 +32,4 @@
3232
"makage": "0.1.8"
3333
},
3434
"keywords": []
35-
}
35+
}

packages/http-errors/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@interweb/http-errors",
33
"version": "0.2.7",
4-
"author": "Constructive <pyramation@constructive.io>",
4+
"author": "Constructive <developers@constructive.io>",
55
"description": "HTTP error handling utilities for API clients",
66
"main": "index.js",
77
"module": "esm/index.js",
@@ -32,4 +32,4 @@
3232
"makage": "0.1.8"
3333
},
3434
"keywords": []
35-
}
35+
}

0 commit comments

Comments
 (0)