From 6f7524023108fadbe9b4769a14405b7fbd907064 Mon Sep 17 00:00:00 2001 From: Agustin Colchado Date: Wed, 25 Oct 2017 19:04:59 -0700 Subject: [PATCH] v2.0.0: Switching from transpiled es6 to Node 6 native es6 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1f015b5..551c5d7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "spur-web", - "version": "2.0.0-rc.1", + "version": "2.0.0", "description": "Common node modules and express middleware that are designed to be the boilerplate of a node web app.", "main": "./src/injector", "scripts": {