vsc-material-theme/.gulp/paths.js
2017-02-18 19:29:35 +01:00

11 lines
No EOL
195 B
JavaScript

import infos from '../package.json';
const today = new Date()
, paths = {
'icons': './icons',
'themes': './themes',
'src': './src',
'dist': './dist'
};
export default paths;