diff --git a/build/tasks/update-dependenciesjs.js b/build/tasks/update-dependenciesjs.js index 53dd7ac14..69092961d 100644 --- a/build/tasks/update-dependenciesjs.js +++ b/build/tasks/update-dependenciesjs.js @@ -3,7 +3,7 @@ const latestVersion = require('latest-version'); const fs = require('fs'); const path = require('path'); -const depJsonPath = path.resolve(__dirname, '../../dist/dependencies.json'); +const depJsonPath = path.resolve(__dirname, '../../lib/dependencies.json'); const ignore = ['text', 'gulp', 'extract-text-webpack-plugin'];