Skip to content

Commit 7db8a50

Browse files
committed
updating days to support over 2 day range at matches
1 parent 95445e4 commit 7db8a50

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "nodescore",
3-
"version": "0.2.2-alpha",
3+
"version": "0.2.3-alpha",
44
"description": "Wrapper for Football API",
55
"main": "build",
66
"scripts": {
77
"test": "nyc mocha --reporter spec --timeout 10000 --require babel-core/register && eslint src --fix",
88
"coverage": "nyc report --reporter=text-lcov | coveralls",
99
"build": "babel src -s -d build",
10-
"prepublishOnly": "npm test && npm run build"
10+
"prepublishOnly": "npm run build"
1111
},
1212
"author": "Sandi Karajic",
1313
"license": "MIT",

0 commit comments

Comments
 (0)