mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-21 01:15:35 +00:00
Cleanup
This commit is contained in:
parent
9a611510af
commit
d9b9faab46
1 changed files with 0 additions and 2 deletions
|
|
@ -5,8 +5,6 @@ var configPath = '_config.yml'
|
|||
var themeconfig = fs.readFileSync(themeconfPath, 'utf-8')
|
||||
var config = fs.readFileSync(configPath, 'utf-8')
|
||||
|
||||
// fs.writeFileSync('themes/uppy/layout/partials/DESIGNGOALS.md', fs.readFileSync('../DESIGNGOALS.md', 'utf-8'));
|
||||
|
||||
fs.writeFileSync(
|
||||
themeconfPath,
|
||||
themeconfig.replace(/uppy_version: .*/, 'uppy_version: ' + version)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue