Skip to content

Commit

Permalink
[fixed] STATIC_PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
appsforartists committed Dec 31, 2015
1 parent 3e4d51c commit 4448b30
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions index.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
var join = require('path').join;

module.exports = {
PATH: join(
__dirname,
'material-design-icons'
),
STATIC_PATH: __dirname,
};

0 comments on commit 4448b30

Please sign in to comment.