Skip to content

Commit

Permalink
Update package file
Browse files Browse the repository at this point in the history
  • Loading branch information
Waren Gonzaga committed Oct 11, 2020
1 parent b26586e commit 9941295
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "buymeacoffee.js",
"version": "1.0.0",
"version": "1.0.5",
"description": "A simple and lightweight but powerful Node.js client for Buy Me A Coffee API",
"main": "gulpfile.js",
"main": "dist/index.js",
"scripts": {
"start": "gulp"
},
Expand Down Expand Up @@ -37,5 +37,5 @@
"gulp-uglify-es": "^2.0.0",
"readable-stream": "^3.6.0"
},
"publishConfig": { "registry": "https://npm.pkg.github.com/" }
"publishConfig": { "registry": "https://registry.npmjs.org/" }
}

0 comments on commit 9941295

Please sign in to comment.