Skip to content

Commit

Permalink
fixes for author-annotation lint rule, phetsims/chipper#1414
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelzoom committed Jan 5, 2024
1 parent f9fab4d commit d1b6183
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions js/ChemUtils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

/**
* Miscellaneous chemistry functions.
*
* @author Chris Malley (PixelZoom, Inc.)
*/

import nitroglycerin from './nitroglycerin.js';
Expand Down
4 changes: 4 additions & 0 deletions js/main.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
// Copyright 2022, University of Colorado Boulder

/**
* @author Jonathan Olson <jonathan.olson@colorado.edu>
*/

import nitroglycerin from './nitroglycerin.js';
import './nodes/AtomNode.js';
import './nodes/C2H2Node.js';
Expand Down

0 comments on commit d1b6183

Please sign in to comment.