Skip to content

Commit

Permalink
fix: Missing package, package-lock
Browse files Browse the repository at this point in the history
  • Loading branch information
ntt261298 committed May 27, 2022
1 parent 65b0ea9 commit ce712b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions src/transform.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import fs from 'fs';
import path from 'path';
import { pathToFileURL } from 'url';
import camelcase from 'camelcase';
Expand Down

0 comments on commit ce712b2

Please sign in to comment.