Skip to content

Commit 4448b30

Browse files
[fixed] STATIC_PATH
1 parent 3e4d51c commit 4448b30

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

Diff for: index.js

+1-6
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
1-
var join = require('path').join;
2-
31
module.exports = {
4-
PATH: join(
5-
__dirname,
6-
'material-design-icons'
7-
),
2+
STATIC_PATH: __dirname,
83
};

0 commit comments

Comments
 (0)