We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1f6aa46 + 99b3f7d commit 579abd6Copy full SHA for 579abd6
index.js
@@ -0,0 +1,7 @@
1
+var pack = require('./package');
2
+var path = require('path');
3
+
4
+module.exports = {
5
+ version: pack.version,
6
+ dist: path.resolve(__dirname, 'dist')
7
+};
0 commit comments