diff --git a/index.js b/index.js new file mode 100644 index 000000000000..4a265951441e --- /dev/null +++ b/index.js @@ -0,0 +1,8 @@ +var join = require('path').join; + +module.exports = { + PATH: join( + __dirname, + 'material-design-icons' + ), +}; diff --git a/package.json b/package.json index 3f6c5ae85e47..869ff502923f 100644 --- a/package.json +++ b/package.json @@ -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"