mirror of
https://github.com/little-snow-fox/react-native-wechat-lib.git
synced 2025-12-06 15:26:49 +08:00
11 lines
181 B
JavaScript
11 lines
181 B
JavaScript
const path = require('path');
|
|
const pak = require('../package.json');
|
|
|
|
module.exports = {
|
|
dependencies: {
|
|
[pak.name]: {
|
|
root: path.join(__dirname, '..'),
|
|
},
|
|
},
|
|
};
|