Skip to content
This repository has been archived by the owner on Jan 13, 2023. It is now read-only.

Commit

Permalink
Correct path to dist folder
Browse files Browse the repository at this point in the history
  • Loading branch information
crookedneighbor committed Oct 7, 2017
1 parent b990ada commit 4e23aab
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 @@ -8,7 +8,7 @@
"lib/*.js"
],
"scripts": {
"build": "browserify -s habiticaAvatar habitica-avatar.js > dist/habitica-vatar.js",
"build": "browserify -s habiticaAvatar ./habitica-avatar.js > dist/habitica-avatar.js",
"build:demo": "browserify docs/src/index.js > docs/script.js",
"lint": "standard --verbose | snazzy",
"server": "http-server -p3003 docs",
Expand Down

0 comments on commit 4e23aab

Please sign in to comment.