You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tools/scripts/postinstall
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -241,6 +241,12 @@ function main() {
241
241
meta[k]=pkg[k];
242
242
}
243
243
}
244
+
meta.name='';
245
+
246
+
// We need to conform to npm package name conventions (e.g., cannot have `'@stdlib/array/buffer'`; see https://docs.npmjs.com/files/package.json#name):
0 commit comments