Codebase list node-moment / fresh-snapshots/upstream package.js
fresh-snapshots/upstream

Tree @fresh-snapshots/upstream (Download .tar.gz)

package.js @fresh-snapshots/upstreamraw · history · blame

var profile = {
    resourceTags: {
        ignore: function(filename, mid){
            // only include moment/moment
            return mid != "moment/moment";
        },
        amd: function(filename, mid){
            return /\.js$/.test(filename);
        }
    }
};