Comparing version 0.1.1 to 0.1.2
{ | ||
"name": "fln-rest", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"description": "REST for client and server application", | ||
"scripts": { | ||
"build-client": "./node_modules/.bin/babel --presets es2015,stage-0 ./client/client.js --out-file ./client/index.js", | ||
"prepublishOnly": "npm run build-client", | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
@@ -8,0 +9,0 @@ }, |
59885