Skip to content

Commit 8e9ead6

Browse files
committed
Change destination of config files
1 parent 0c0cddc commit 8e9ead6

File tree

6 files changed

+7
-2
lines changed

6 files changed

+7
-2
lines changed
File renamed without changes.

package-lock.json

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

postinstall.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ const files = [
88
"css-reset.js",
99
];
1010

11-
const srcDir = path.join(__dirname,"responsive-toolkit-config");
12-
const dstDir = path.join(__dirname,"../../responsive-toolkit-config");
11+
const srcDir = path.join(__dirname,"config");
12+
const dstDir = path.join(__dirname,"../../src/css-config");
1313

1414
fs.mkdir(
1515
dstDir,

0 commit comments

Comments
 (0)