Skip to content

Commit

Permalink
fixed main path
Browse files Browse the repository at this point in the history
  • Loading branch information
puranjayjain committed Apr 19, 2016
1 parent f2d8f21 commit 6d93dd9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@
"clock",
"input"
],
"main": [
"dist/js/Globals/mdDateTimePicker.js",
"dist/js/Umd/mdDateTimePicker.js"
],
"main": "dist/js/Umd/mdDateTimePicker.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Puranjay Jain <puranjay.jain@st.niituniversity.in>",
"license": "MIT",
"devDependencies": {
Expand Down

0 comments on commit 6d93dd9

Please sign in to comment.