From 4f371563e665c8e4f7cf71acaf20dfc4041ea127 Mon Sep 17 00:00:00 2001 From: Elijah Manor Date: Mon, 23 Sep 2019 11:17:05 -0500 Subject: [PATCH] Upgraded to 2.0.0 of lux.js --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e3fb6e0..31711b2 100644 --- a/package.json +++ b/package.json @@ -82,7 +82,7 @@ }, "dependencies": { "lodash": "^4.17.15", - "lux.js": "^2.0.0-11", + "lux.js": "^2.0.0", "prop-types": "^15.6.1", "react": "^16.3.0" }