now using npmextra

This commit is contained in:
2016-07-17 17:13:47 +02:00
parent 8104609306
commit 3c7f5f1e2d
6 changed files with 56 additions and 52 deletions

View File

@@ -13,6 +13,7 @@ exports.g = {
typedoc: require("gulp-typedoc")
};
exports.lodashObject = require('lodash/fp/object');
exports.npmextra = require("npmextra");
exports.projectinfo = require("projectinfo");
exports.path = require("path");
exports.Q = require("q");