Skip to content

Commit

Permalink
fix(tasks): update-all-dependencies should mutate original file, not …
Browse files Browse the repository at this point in the history
…dist file
  • Loading branch information
3cp committed Feb 28, 2020
1 parent 8211a7a commit ec3a743
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/tasks/update-dependenciesjs.js
Expand Up @@ -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'];

Expand Down

0 comments on commit ec3a743

Please sign in to comment.