Skip to content

Commit

Permalink
Fetch units definitions from the original angularsen unitsnet repo
Browse files Browse the repository at this point in the history
  • Loading branch information
haimkastner committed Dec 30, 2019
1 parent e008973 commit 47b2e47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generator-scripts/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const unitsDocumentationDefinitionsDirectory = '..';
const unitsTestinationDirectory = '../src'

// Fetch the latest units definitions from the unitsnet repo
const unitsDefinitions: UnitTypeDefinition[] = fetchUnitsDefinitions('haimkastner/UnitsNet');
const unitsDefinitions: UnitTypeDefinition[] = fetchUnitsDefinitions('angularsen/UnitsNet');

console.info(`Generating Units ...`);

Expand Down

0 comments on commit 47b2e47

Please sign in to comment.