Skip to content

Commit

Permalink
Use perennial-alias axios, see #372
Browse files Browse the repository at this point in the history
  • Loading branch information
samreid committed Nov 6, 2024
1 parent fb25bd1 commit d02f4e9
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions js/npm-dependencies/axios.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
// Copyright 2019, University of Colorado Boulder

/**
* To be used when trying to import axios from other repos.
*
* @author Sam Reid (PhET Interactive Simulations)
*/

const axios = require( 'axios' );

module.exports = axios;

0 comments on commit d02f4e9

Please sign in to comment.