Skip to content

Commit

Permalink
fix(build): Incorrect main in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
leifoolsen committed Mar 10, 2016
1 parent 068c67d commit fc3f976
Showing 1 changed file with 1 addition and 1 deletion.
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": "mdl-ext",
"version": "0.0.0-semantically-released",
"description": "Components based on the Google Material Design Lite framework",
"main": "lib/mdl-ext.js",
"main": "lib/index.js",
"scripts": {
"commit": "git-cz",
"dev": "./node_modules/.bin/webpack --progress --colors --watch --mode=dev",
Expand Down

0 comments on commit fc3f976

Please sign in to comment.