- Sponsor
-
Notifications
You must be signed in to change notification settings - Fork 79
Commit
- v2.1.0
- v2.0.0
- v2.0.0-beta.27
- v2.0.0-beta.26
- v2.0.0-beta.25
- v2.0.0-beta.24
- v2.0.0-beta.23
- v2.0.0-beta.22
- v2.0.0-beta.21
- v2.0.0-beta.20
- v2.0.0-beta.19
- v2.0.0-beta.18
- v2.0.0-beta.17
- v2.0.0-beta.16
- v2.0.0-beta.14
- v2.0.0-beta.13
- v2.0.0-beta.12
- v2.0.0-beta.11
- v2.0.0-beta.9
- v2.0.0-beta.8
- v2.0.0-beta.6
- v2.0.0-beta.5
- v2.0.0-beta.4
- v2.0.0-beta.3
- v2.0.0-beta.2
- v2.0.0-beta.1
- v1.87.0-beta.0
- v1.84.0-beta.0
- 2.4.1
- 2.4.0
- 2.3.0
- 2.2.0
- 2.0.0
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,7 +13,7 @@ describe("blockPackageJson", () => { | |
expect(creation).toMatchInlineSnapshot(` | ||
Check failure on line 13 in src/next/blocks/blockPackageJson.test.ts
|
||
{ | ||
"files": { | ||
"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":"npm@email.com"},"type":"module","main":"./lib/index.js","files":["README.md","package.json"]}", | ||
"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":"npm@email.com"},"type":"module","main":"./lib/index.js","files":["README.md","package.json"]}", | ||
}, | ||
"scripts": [ | ||
{ | ||
|
@@ -36,7 +36,7 @@ describe("blockPackageJson", () => { | |
expect(creation).toMatchInlineSnapshot(` | ||
Check failure on line 36 in src/next/blocks/blockPackageJson.test.ts
|
||
{ | ||
"files": { | ||
"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":"npm@email.com"},"type":"module","main":"./lib/index.js","files":["README.md","package.json"]}", | ||
"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":"npm@email.com"},"type":"module","main":"./lib/index.js","files":["README.md","package.json"]}", | ||
}, | ||
"scripts": [ | ||
{ | ||
|
@@ -73,7 +73,7 @@ describe("blockPackageJson", () => { | |
expect(creation).toMatchInlineSnapshot(` | ||
Check failure on line 73 in src/next/blocks/blockPackageJson.test.ts
|
||
{ | ||
"files": { | ||
"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":"npm@email.com"},"type":"module","main":"./lib/index.js","files":["README.md","package.json"],"dependencies":{"is-odd":"1.2.3"},"other":true}", | ||
"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":"npm@email.com"},"type":"module","main":"./lib/index.js","files":["README.md","package.json"],"dependencies":{"is-odd":"1.2.3"},"other":true}", | ||
}, | ||
"scripts": [ | ||
{ | ||
|
@@ -108,7 +108,7 @@ describe("blockPackageJson", () => { | |
expect(creation).toMatchInlineSnapshot(` | ||
Check failure on line 108 in src/next/blocks/blockPackageJson.test.ts
|
||
{ | ||
"files": { | ||
"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":"npm@email.com"},"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}", | ||
"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":"npm@email.com"},"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}", | ||
}, | ||
"scripts": [ | ||
{ | ||
|