chore(): update deps

This commit is contained in:
Manu Mtz.-Almeida
2018-07-29 01:44:45 +02:00
parent 7813acc86f
commit b69098a77d
7 changed files with 40 additions and 45 deletions

View File

@@ -3,7 +3,7 @@
// so this script is to keep the link updated
// with the latest
const fs = require('fs-extra');
const fs = require('fs');
const path = require('path');
const version = process.argv[2];
@@ -22,4 +22,5 @@ readmeContent = readmeContent.replace(
'https://unpkg.com/@ionic/core@' + version + '/dist/ionic.js'
);
fs
fs.writeFileSync(readmePath, readmeContent);