Skip to content

Commit 92755bb

Browse files
committed
Make sure license comment is not associated with a node
1 parent ed95859 commit 92755bb

File tree

3 files changed

+3
-6
lines changed

3 files changed

+3
-6
lines changed

bundles/@yarnpkg/plugin-deduplicate.js

Lines changed: 2 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sources/commands/deduplicate.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
/**
2-
* @license MIT
3-
*/
41
import { BaseCommand } from "@yarnpkg/cli";
52
import {
63
Cache,

sources/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
/**
22
* @license MIT
33
*/
4+
45
import { Plugin } from "@yarnpkg/core";
56

67
import deduplicate from "./commands/deduplicate";

0 commit comments

Comments
 (0)