Skip to content

Commit

Permalink
fix(gulpfile): removed empty line
Browse files Browse the repository at this point in the history
  • Loading branch information
praiz committed Sep 23, 2020
1 parent 5dfa927 commit 0d7d8e3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,4 @@ const createTasks = require('./gulp-tasks');
const packageJsonPath = path.resolve(process.cwd(), 'package.json');
const appPackage = JSON.parse(fs.readFileSync(packageJsonPath, 'utf8'));


createTasks(appPackage.name, appPackage['library-utils']);

0 comments on commit 0d7d8e3

Please sign in to comment.