Skip to content

Commit

Permalink
package.json wasn't pointing to right 'main' file
Browse files Browse the repository at this point in the history
Fixed an issue that prevented this npm from working as a nodemodule
because "main" property in package.json was not pointing to correct
file.
  • Loading branch information
robokozo committed Aug 12, 2016
1 parent 41c1aab commit 4c0acf5
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": "materialize-clockpicker",
"version": "1.0.1",
"description": "A materialize clockpicker",
"main": "js/materialize.clockpicker.js",
"main": "./dist/js/materialize.clockpicker.js",
"repository": {
"type": "git",
"url": "[email protected]:chingyawhao/materialize-clockpicker.git"
Expand Down

0 comments on commit 4c0acf5

Please sign in to comment.