Comparing version 1.0.6 to 1.0.7
{ | ||
"name": "atomiq", | ||
"version": "1.0.6", | ||
"version": "1.0.7", | ||
"description": "atomiq microservice support package", | ||
@@ -31,3 +31,2 @@ "repository": "atomiqio/atomiq", | ||
"dependencies": { | ||
"babel-polyfill": "^6.3.14", | ||
"debug": "^2.2.0", | ||
@@ -38,14 +37,15 @@ "logster": "0.0.5", | ||
"devDependencies": { | ||
"babel": "^6.3.26", | ||
"babel-cli": "^6.4.5", | ||
"babel-core": "^6.6.5", | ||
"babel-eslint": "^5.0.0", | ||
"babel-plugin-syntax-async-functions": "^6.3.13", | ||
"babel-plugin-transform-regenerator": "^6.6.5", | ||
"babel-preset-es2015": "^6.3.13", | ||
"babel-runtime": "^6.3.19", | ||
"babel-cli": "^6.9.0", | ||
"babel-eslint": "^6.0.4", | ||
"babel-plugin-transform-async-to-generator": "^6.8.0", | ||
"babel-plugin-transform-class-properties": "^6.9.0", | ||
"babel-plugin-transform-es2015-modules-commonjs": "^6.7.7", | ||
"babel-register": "^6.9.0", | ||
"esformatter": "^0.9.2", | ||
"esformatter-collapse-objects": "^0.5.1", | ||
"eslint": "^2.3.0" | ||
"eslint": "^2.3.0", | ||
"eslint-plugin-babel": "^3.2.0", | ||
"mocha": "^2.4.5", | ||
"source-map-support": "^0.4.0" | ||
} | ||
} |
@@ -1,3 +0,5 @@ | ||
# atomiq [![c][npm-image]][npm-url] | ||
# atomiq | ||
[![c][npm-image]][npm-url] [![Join the chat at https://gitter.im/atomiqio/atomiq](https://badges.gitter.im/atomiqio/atomiq.svg)](https://gitter.im/atomiqio/atomiq?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) | ||
> Microservices with Docker and Node.js (ES6/7) | ||
@@ -9,7 +11,7 @@ | ||
Atomiq uses ES6 classes and ES7 async/await. See [atomiq/generator-atomiq](https://github.com/atomiqio/generator-atomiq) (a Yeoman generator) for scaffolding microservice packages with full Babel and Docker support. | ||
Atomiq uses ES6 classes and ES7 async/await. See [atomiq-cli](https://github.com/atomiqio/atomiq-cli) for scaffolding microservice packages with full Babel and Docker support. | ||
## Routing | ||
Automatic routing is optional. Use the [generator](https://github.com/atomiqio/generator-atomiq) to see examples of automatically generated routes for now. | ||
Automatic routing is optional. Use the [atomiq-cli](https://github.com/atomiqio/atomiq-cli) to generate new projects and examine the sample routes. | ||
@@ -16,0 +18,0 @@ Routes are ES6 modules that export a default class. |
Sorry, the diff of this file is not supported yet
58976
3
42
12
- Removedbabel-polyfill@^6.3.14
- Removedbabel-polyfill@6.26.0(transitive)
- Removedbabel-runtime@6.26.0(transitive)
- Removedcore-js@2.6.12(transitive)
- Removedregenerator-runtime@0.10.50.11.1(transitive)