vsc-material-theme/.gulp/paths.js

10 lines
173 B
JavaScript
Raw Normal View History

2017-02-04 11:42:25 +01:00
import infos from '../package.json';
const today = new Date()
, paths = {
'icons': './icons',
'themes': './themes',
'src': './src'
};
export default paths;