Skip to content
This repository has been archived by the owner on Sep 5, 2024. It is now read-only.

Commit

Permalink
update pckg json path
Browse files Browse the repository at this point in the history
  • Loading branch information
khushikhanna299 committed Nov 12, 2020
1 parent 2bce808 commit 3429963
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const execSync = require('child_process').execSync;
const replace = require('gulp-replace');
const path = require('path');
const inject = require('gulp-inject-string');
const pkgJson = require('./dist/widget-library/package.json');
const pkgJson = require('./package.json');
function clean() {
return del(['dist']);
}
Expand Down

0 comments on commit 3429963

Please sign in to comment.