Skip to content

Commit 83b5a3d

Browse files
authored
Rename website module (#577)
2 parents 47098ba + 1289ace commit 83b5a3d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

__tests__/fixtures-esm/tasks/wouldyoulike.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { rand } from "../blah";
1+
import { rand } from "../blah.js";
22
export default (_payload, helpers) => {
33
helpers.logger.debug(rand());
44
return "some sausages";

website/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "graphile-worker",
2+
"name": "@localrepo/graphile-worker-website",
33
"version": "0.0.0",
44
"private": true,
55
"scripts": {

0 commit comments

Comments
 (0)