feat: changed folder name to FabricExample

This commit is contained in:
yungblud
2023-05-08 18:53:18 +09:00
parent 805ccb9f47
commit 0cd28cfdf1
74 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
const path = require('path');
const pak = require('../../package.json');
module.exports = {
dependencies: {
[pak.name]: {
root: path.join(__dirname, '../../'),
},
},
};