fix(core): update
This commit is contained in:
11
ts/smartnpm.classes.packagedisttag.ts
Normal file
11
ts/smartnpm.classes.packagedisttag.ts
Normal file
@@ -0,0 +1,11 @@
|
||||
import * as plugins from './smartnpm.plugins';
|
||||
|
||||
export class PackageDisttag {
|
||||
name: string;
|
||||
targetVersion: string;
|
||||
|
||||
constructor(nameArg: string, targetVersionArg: string) {
|
||||
this.name = nameArg;
|
||||
this.targetVersion = targetVersionArg;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user