Skip to content

Commit ec3a743

Browse files
committed
fix(tasks): update-all-dependencies should mutate original file, not dist file
1 parent 8211a7a commit ec3a743

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/tasks/update-dependenciesjs.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ const latestVersion = require('latest-version');
33
const fs = require('fs');
44
const path = require('path');
55

6-
const depJsonPath = path.resolve(__dirname, '../../dist/dependencies.json');
6+
const depJsonPath = path.resolve(__dirname, '../../lib/dependencies.json');
77

88
const ignore = ['text', 'gulp', 'extract-text-webpack-plugin'];
99

0 commit comments

Comments
 (0)