File tree 1 file changed +3
-3
lines changed
smoke-tests/tap-snapshots/test
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -111,14 +111,14 @@ Wrote to {NPM}/{TESTDIR}/project/package.json:
111
111
{
112
112
"name": "project",
113
113
"version": "1.0.0",
114
- "description": "",
115
114
"main": "index.js",
116
115
"scripts": {
117
116
"test": "echo /"Error: no test specified/" && exit 1"
118
117
},
119
118
"keywords": [],
120
119
"author": "",
121
- "license": "ISC"
120
+ "license": "ISC",
121
+ "description": ""
122
122
}
123
123
`
124
124
@@ -299,7 +299,6 @@ exports[`test/index.js TAP basic npm pkg > should print package.json contents 1`
299
299
{
300
300
"name": "project",
301
301
"version": "1.0.0",
302
- "description": "",
303
302
"main": "index.js",
304
303
"scripts": {
305
304
"test": "echo /"Error: no test specified/" && exit 1",
@@ -308,6 +307,7 @@ exports[`test/index.js TAP basic npm pkg > should print package.json contents 1`
308
307
"keywords": [],
309
308
"author": "",
310
309
"license": "ISC",
310
+ "description": "",
311
311
"dependencies": {
312
312
"abbrev": "^1.0.4"
313
313
},
You can’t perform that action at this time.
0 commit comments