We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8211a7a commit ec3a743Copy full SHA for ec3a743
build/tasks/update-dependenciesjs.js
@@ -3,7 +3,7 @@ const latestVersion = require('latest-version');
3
const fs = require('fs');
4
const path = require('path');
5
6
-const depJsonPath = path.resolve(__dirname, '../../dist/dependencies.json');
+const depJsonPath = path.resolve(__dirname, '../../lib/dependencies.json');
7
8
const ignore = ['text', 'gulp', 'extract-text-webpack-plugin'];
9
0 commit comments