Skip to content

Commit

Permalink
Switch from filenamify-url to filenamify
Browse files Browse the repository at this point in the history
  • Loading branch information
tw0517tw committed Jun 18, 2021
1 parent 2f93ce7 commit e6142f2
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 179 deletions.
2 changes: 1 addition & 1 deletion lib/index.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const findCacheDir = require('find-cache-dir');
const Git = require('./git');
const filenamify = require('filenamify-url');
const filenamify = require('filenamify');
const copy = require('./util').copy;
const getUser = require('./util').getUser;
const fs = require('fs-extra');
Expand Down
198 changes: 21 additions & 177 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"async": "^2.6.1",
"commander": "^2.18.0",
"email-addresses": "^3.0.1",
"filenamify-url": "^1.0.0",
"filenamify": "^4.3.0",
"find-cache-dir": "^3.3.1",
"fs-extra": "^8.1.0",
"globby": "^6.1.0"
Expand Down

0 comments on commit e6142f2

Please sign in to comment.