Skip to content

Commit

Permalink
explicitly require JSON
Browse files Browse the repository at this point in the history
  • Loading branch information
ItsNickBarry committed May 13, 2019
1 parent cb31d50 commit d52b1dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// decisrm.json sourced from https://www.barleydogbrewery.com/xml/colors.xml
// each index represents an increment of 0.1 SRM; 0.0 to 40.0, inclusive
const DECI_SRM = require('./decisrm');
const DECI_SRM = require('./decisrm.json');

const SRM_TO_EBC = 1.97;
const LITRE_TO_GALLON = 0.2199692;
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "chromabrew",
"version": "1.0.0",
"version": "1.0.1",
"description": "Predict the color of a batch of beer, and convert between known color values and web-friendly hex.",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit d52b1dc

Please sign in to comment.