Skip to content

Commit 23e25d1

Browse files
committed
v1.0.0: Switching from transpiled es6 to Node 6 native es6, removing the need for babel
1 parent c2ef2c1 commit 23e25d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "spur-errors",
33
"description": "Common error builder utility for Node.js. Contains common error types, and stack trace tracking to support more detailed error messages.",
4-
"version": "1.0.0-rc.1",
4+
"version": "1.0.0",
55
"main": "./src/SpurErrors",
66
"author": {
77
"name": "Agustin Colchado",

0 commit comments

Comments
 (0)