aboutsummaryrefslogtreecommitdiffstats
path: root/vanilla/node_modules/css-tree/cjs/version.cjs
blob: eaa2fef2a4d87bb722bae43cd67f2c6e20d1b784 (plain) (blame)
1
2
3
4
5
'use strict';

const { version } = require('../package.json');

exports.version = version;