Skip to content

Commit

Permalink
Update main field in package.json to point to built version
Browse files Browse the repository at this point in the history
  • Loading branch information
andyinabox committed Jan 24, 2016
1 parent f867652 commit 9f69208
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 @@ -5,7 +5,7 @@
"scripts": {
"build": "browserify js/index.js -s clm -o ./clmtrackr.js; uglifyjs ./clmtrackr.js -m -r 'clm,clmtrackr' -o ./clmtrackr.min.js"
},
"main": "js/index.js",
"main": "clmtracker.js",
"repository": {
"type": "git",
"url": "https://github.com/auduno/clmtrackr.git"
Expand Down

0 comments on commit 9f69208

Please sign in to comment.