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 8c41104 commit 4e09b5d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
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 twixt from './twixt.js';
import './Animation.js';
import './AnimationTarget.js';
Expand Down
3 changes: 3 additions & 0 deletions js/twixt.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
// Copyright 2016-2023, University of Colorado Boulder

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

import Namespace from '../../phet-core/js/Namespace.js';

Expand Down

0 comments on commit 4e09b5d

Please sign in to comment.