vsc-material-theme/.gulp/paths.js
2017-02-04 11:42:25 +01:00

10 lines
No EOL
173 B
JavaScript

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