mirror of
https://github.com/atlanticbiomedical/biomedjs.git
synced 2025-07-02 00:47:26 -04:00
Added node-modules
This commit is contained in:
6
node_modules/less/build/amd.js
generated
vendored
Normal file
6
node_modules/less/build/amd.js
generated
vendored
Normal file
@ -0,0 +1,6 @@
|
||||
// amd.js
|
||||
//
|
||||
// Define Less as an AMD module.
|
||||
if (typeof define === "function" && define.amd) {
|
||||
define(function () { return less; } );
|
||||
}
|
Reference in New Issue
Block a user