Skip to content

Commit

Permalink
Use ChipperUtils and isTypeScriptRepo from precommit hooks, see #1047
Browse files Browse the repository at this point in the history
  • Loading branch information
samreid committed Aug 25, 2021
1 parent e99e82a commit 59a7ace
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion js/common/ChipperUtils.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@ const ChipperUtils = {
const phet = packageObject.phet;
const typescript = phet.typescript === true;
return typescript;
}
},

apiVersion: '1.0'
};

module.exports = ChipperUtils;

0 comments on commit 59a7ace

Please sign in to comment.