Skip to content

Commit e6142f2

Browse files
committed
Switch from filenamify-url to filenamify
1 parent 2f93ce7 commit e6142f2

File tree

3 files changed

+23
-179
lines changed

3 files changed

+23
-179
lines changed

lib/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
const findCacheDir = require('find-cache-dir');
22
const Git = require('./git');
3-
const filenamify = require('filenamify-url');
3+
const filenamify = require('filenamify');
44
const copy = require('./util').copy;
55
const getUser = require('./util').getUser;
66
const fs = require('fs-extra');

package-lock.json

Lines changed: 21 additions & 177 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"async": "^2.6.1",
3838
"commander": "^2.18.0",
3939
"email-addresses": "^3.0.1",
40-
"filenamify-url": "^1.0.0",
40+
"filenamify": "^4.3.0",
4141
"find-cache-dir": "^3.3.1",
4242
"fs-extra": "^8.1.0",
4343
"globby": "^6.1.0"

0 commit comments

Comments
 (0)