Skip to content

Commit

Permalink
style: fix eslint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
fengyuanchen committed Jun 12, 2021
1 parent 6a33092 commit d6eb59a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rollup.config.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
const { babel } = require('@rollup/plugin-babel');
const changeCase = require('change-case');
const createBanner = require('create-banner');
const pkg = require('./package');
const pkg = require('./package.json');

pkg.name = pkg.name.replace('js', '');

Expand Down

0 comments on commit d6eb59a

Please sign in to comment.