Skip to content

Commit

Permalink
Remove extra copy of TS variable (from stash merge)
Browse files Browse the repository at this point in the history
  • Loading branch information
dpvc committed Aug 27, 2021
1 parent 35bcd08 commit d197da8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion components/bin/build
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ const LIB = config.lib || './lib'; // p
const TS = config.ts || JS.replace(/js$/, 'ts'); // path to the .ts files
const GLOBAL = config.global || mjGlobal; // path to the global.js file
const VERSION = config.version || mjGlobal.replace(/global/, 'version'); // path to the version.js file
const TS = config.ts || JS.replace(/js$/, 'ts'); // path to the .ts files
const TYPE = config.type || getType(); // the module type

/**
Expand Down

0 comments on commit d197da8

Please sign in to comment.