Skip to content
This repository was archived by the owner on Dec 1, 2018. It is now read-only.

Commit 802e5d7

Browse files
committed
Fix missing allowedFormat constant
1 parent 2210d18 commit 802e5d7

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pokemongo-game-master",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "Collection of the decoded GAME_MASTER-protobuf files",
55
"main": "src/index.js",
66
"scripts": {

src/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
const request = require('request');
22

33
const FETCH_URL = 'https://raw.githubusercontent.com/BrunnerLivio/pokemongo-game-master/master/versions';
4+
const allowedFormats = ['protobuf', 'json'];
45

56
/**
67
* Returns the content of the request version

0 commit comments

Comments
 (0)