UNPKG

253 BJavaScriptView Raw
1"use strict";
2
3Object.defineProperty(exports, "__esModule", {
4 value: true
5});
6exports.PARCEL_VERSION = void 0;
7
8var _package = require("../package.json");
9
10// $FlowFixMe
11const PARCEL_VERSION = _package.version;
12exports.PARCEL_VERSION = PARCEL_VERSION;
\No newline at end of file