Add package to exports

This commit is contained in:
Rachel Fenichel
2020-02-13 16:29:03 -08:00
parent 633fa9a5e2
commit 9f356fa27d

View File

@@ -1013,5 +1013,6 @@ module.exports = {
postversion: postversion,
gitCreateRC: createRC,
gitRecompile: recompile,
typings: typings
typings: typings,
package: package
};