Skip to content

Commit

Permalink
Merge pull request #2 from cstools-app/development
Browse files Browse the repository at this point in the history
0.0.3
  • Loading branch information
QGIsK authored Oct 17, 2021
2 parents f8f6b20 + d843e18 commit faaf885
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cstools-app/faceit-wrapper",
"version": "0.0.2",
"version": "0.0.3",
"description": "",
"main": "index.js",
"private": false,
Expand Down
1 change: 0 additions & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ const Constants = require('./helpers/constants');
* const FaceitAPI = require('@cstools-app/faceit-wrapper');
* const client = new FaceitAPI();
* @public
* @version 0.0.2
* @license MIT
*/
class FaceitAPI {
Expand Down

0 comments on commit faaf885

Please sign in to comment.