mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-24 02:58:43 +02:00
N°6599 Move moment.js 2.22.2 to NPM
This commit is contained in:
11
node_modules/moment/package.js
generated
vendored
Normal file
11
node_modules/moment/package.js
generated
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
var profile = {
|
||||
resourceTags: {
|
||||
ignore: function(filename, mid){
|
||||
// only include moment/moment
|
||||
return mid != "moment/moment";
|
||||
},
|
||||
amd: function(filename, mid){
|
||||
return /\.js$/.test(filename);
|
||||
}
|
||||
}
|
||||
};
|
||||
Reference in New Issue
Block a user