syncano-server
Advanced tools
Comparing version 0.5.2 to 0.5.3
@@ -0,0 +0,0 @@ 'use strict'; |
@@ -46,5 +46,5 @@ 'use strict'; | ||
target.instance = instance(className); | ||
data.instance = instance(className); | ||
return target; | ||
return data; | ||
} | ||
@@ -51,0 +51,0 @@ }) |
{ | ||
"name": "syncano-server", | ||
"version": "0.5.2", | ||
"version": "0.5.3", | ||
"description": "A library to intereact with the Syncano API on a server side", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
@@ -0,0 +0,0 @@ import querystring from 'querystring' |
@@ -27,5 +27,5 @@ import Data from './data' | ||
target.instance = instance(className) | ||
data.instance = instance(className) | ||
return target | ||
return data | ||
} | ||
@@ -32,0 +32,0 @@ }) |
249610