election-utils
Advanced tools
Comparing version 3.5.4 to 3.5.5
@@ -386,2 +386,8 @@ import orderBy from 'lodash.orderby'; | ||
}, { | ||
"stateAbbr": "WY", | ||
"party": "Republican", | ||
"date": "2016-03-12", | ||
"raceType": "Caucuses", | ||
"resultsNote": false | ||
}, { | ||
"stateAbbr": "FL", | ||
@@ -388,0 +394,0 @@ "party": "Democratic", |
@@ -391,2 +391,8 @@ 'use strict'; | ||
}, { | ||
"stateAbbr": "WY", | ||
"party": "Republican", | ||
"date": "2016-03-12", | ||
"raceType": "Caucuses", | ||
"resultsNote": false | ||
}, { | ||
"stateAbbr": "FL", | ||
@@ -393,0 +399,0 @@ "party": "Democratic", |
{ | ||
"name": "election-utils", | ||
"version": "3.5.4", | ||
"version": "3.5.5", | ||
"description": "This module provides various utility functions for dealing with AP election data.", | ||
@@ -5,0 +5,0 @@ "main": "build/index.js", |
@@ -326,2 +326,9 @@ /** | ||
{ | ||
"stateAbbr": "WY", | ||
"party": "Republican", | ||
"date": "2016-03-12", | ||
"raceType": "Caucuses", | ||
"resultsNote": false | ||
}, | ||
{ | ||
"stateAbbr": "FL", | ||
@@ -328,0 +335,0 @@ "party": "Democratic", |
98474
3549