From 115112f1b7fa3d6e189a3ab0a1a60b1b9abd829d Mon Sep 17 00:00:00 2001 From: Agustin Colchado Date: Fri, 25 Aug 2017 23:46:10 -0700 Subject: [PATCH] v1.0.0-rc.1: Switching to non-transpiled es6 code that is node6 friendly and optimization --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0cfce0b..71cfc93 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "spur-errors", "description": "Common error builder utility for Node.js. Contains common error types, and stack trace tracking to support more detailed error messages.", - "version": "0.2.6", + "version": "1.0.0-rc.1", "main": "./src/SpurErrors", "author": { "name": "Agustin Colchado",