Skip to content
This repository was archived by the owner on Feb 9, 2023. It is now read-only.

Commit

Permalink
Code tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
shvaikalesh committed Feb 20, 2019
1 parent c185a97 commit 2150bba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
'use strict';
const { minify } = require('terser');
const {minify} = require('terser');
const anymatch = require('anymatch');

const formatError = err => {
Expand Down

0 comments on commit 2150bba

Please sign in to comment.