Skip to content

Commit 874151b

Browse files
committed
Update setup.js change the order of the params
1 parent 46f8007 commit 874151b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
import { copyIfNotExists } from "./src/lib/utilities.class.js";
22

3-
copyIfNotExists('./src/urlList.class.example', './src/urlList.class.js')
3+
copyIfNotExists('./src/urlList.class.js', './src/urlList.class.example')

0 commit comments

Comments
 (0)