mirror of
https://github.com/filecoin-project/slate.git
synced 2024-11-26 04:19:49 +03:00
7 lines
71 B
JavaScript
7 lines
71 B
JavaScript
|
module.exports = {
|
||
|
env: {
|
||
|
browser: false,
|
||
|
amd: true,
|
||
|
},
|
||
|
};
|