@@ -13,7 +13,7 @@ describe("blockPackageJson", () => {
13
13
expect ( creation ) . toMatchInlineSnapshot ( `
14
14
{
15
15
"files": {
16
- "package.json": "{"name":"test-repository","version":"0.0.0","description":"Test description","repository":{"type":"git","url":"https://github.com/test-owner/test-repository"},"license":"MIT","author":{"email":"[email protected] "},"type":"module","main":"./lib/index.js","files":["README.md","package.json"]}",
16
+ "package.json": "{"name":"test-repository","version":"0.0.0","description":"Test description","repository":{"type":"git","url":"https://github.com/test-owner/test-repository.git "},"license":"MIT","author":{"email":"[email protected] "},"type":"module","main":"./lib/index.js","files":["README.md","package.json"]}",
17
17
},
18
18
"scripts": [
19
19
{
@@ -36,7 +36,7 @@ describe("blockPackageJson", () => {
36
36
expect ( creation ) . toMatchInlineSnapshot ( `
37
37
{
38
38
"files": {
39
- "package.json": "{"name":"test-repository","version":"0.0.0","description":"Test description","repository":{"type":"git","url":"https://github.com/test-owner/test-repository"},"license":"MIT","author":{"email":"[email protected] "},"type":"module","main":"./lib/index.js","files":["README.md","package.json"]}",
39
+ "package.json": "{"name":"test-repository","version":"0.0.0","description":"Test description","repository":{"type":"git","url":"https://github.com/test-owner/test-repository.git "},"license":"MIT","author":{"email":"[email protected] "},"type":"module","main":"./lib/index.js","files":["README.md","package.json"]}",
40
40
},
41
41
"scripts": [
42
42
{
@@ -73,7 +73,7 @@ describe("blockPackageJson", () => {
73
73
expect ( creation ) . toMatchInlineSnapshot ( `
74
74
{
75
75
"files": {
76
- "package.json": "{"name":"test-repository","version":"0.0.0","description":"Test description","repository":{"type":"git","url":"https://github.com/test-owner/test-repository"},"license":"MIT","author":{"email":"[email protected] "},"type":"module","main":"./lib/index.js","files":["README.md","package.json"],"dependencies":{"is-odd":"1.2.3"},"other":true}",
76
+ "package.json": "{"name":"test-repository","version":"0.0.0","description":"Test description","repository":{"type":"git","url":"https://github.com/test-owner/test-repository.git "},"license":"MIT","author":{"email":"[email protected] "},"type":"module","main":"./lib/index.js","files":["README.md","package.json"],"dependencies":{"is-odd":"1.2.3"},"other":true}",
77
77
},
78
78
"scripts": [
79
79
{
@@ -108,7 +108,7 @@ describe("blockPackageJson", () => {
108
108
expect ( creation ) . toMatchInlineSnapshot ( `
109
109
{
110
110
"files": {
111
- "package.json": "{"name":"test-repository","version":"0.0.0","description":"Test description","repository":{"type":"git","url":"https://github.com/test-owner/test-repository"},"license":"MIT","author":{"email":"[email protected] "},"type":"module","main":"./lib/index.js","files":["README.md","package.json"],"dependencies":{"is-odd":"1.2.3"},"devDependencies":{"is-even":"4.5.6"},"other":true}",
111
+ "package.json": "{"name":"test-repository","version":"0.0.0","description":"Test description","repository":{"type":"git","url":"https://github.com/test-owner/test-repository.git "},"license":"MIT","author":{"email":"[email protected] "},"type":"module","main":"./lib/index.js","files":["README.md","package.json"],"dependencies":{"is-odd":"1.2.3"},"devDependencies":{"is-even":"4.5.6"},"other":true}",
112
112
},
113
113
"scripts": [
114
114
{
0 commit comments