UNPKG

473 BJavaScriptView Raw
1'use strict';
2
3Object.defineProperty(exports, '__esModule', {
4 value: true
5});
6exports.VERSION = void 0;
7
8/**
9 * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved.
10 *
11 * This source code is licensed under the MIT license found in the
12 * LICENSE file in the root directory of this source tree.
13 */
14// For some reason, doing `require`ing here works, while inside `cli` fails
15const VERSION = require('../package.json').version;
16
17exports.VERSION = VERSION;