Skip to content

Commit

Permalink
Merge pull request google#279 from appsforartists/master
Browse files Browse the repository at this point in the history
Added require('material-design-icons').PATH
  • Loading branch information
Scott Hyndman committed Dec 30, 2015
2 parents 544e3bf + 4892900 commit 92ef568
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
var join = require('path').join;

module.exports = {
PATH: join(
__dirname,
'material-design-icons'
),
};
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "material-design-icons",
"version": "2.1.1",
"description": "Material Design icons by Google",
"main": "index.html",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/google/material-design-icons"
Expand Down

0 comments on commit 92ef568

Please sign in to comment.