Compare commits

...

2 Commits

Author SHA1 Message Date
309b3e100d 2.0.2 2018-08-13 21:58:19 +02:00
eac42f50d6 fix(core): update 2018-08-13 21:58:18 +02:00
3 changed files with 4 additions and 4 deletions

View File

@ -37,7 +37,7 @@ However when on another machine you can have a env.yml that will be added to the
```javascript
import { Qenv } from 'qenv';
myQenv = new Qenv('path/to/dir/where/qenv.yml/is/', 'path/to/dir/where/env.yml/is(');
const myQenv = new Qenv('path/to/dir/where/qenv.yml/is/', 'path/to/dir/where/env.yml/is(');
```
> MIT licensed | **©** [Lossless GmbH](https://lossless.gmbh)

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "qenv",
"version": "2.0.1",
"version": "2.0.2",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -1,13 +1,13 @@
{
"name": "@pushrocks/qenv",
"version": "2.0.1",
"version": "2.0.2",
"private": false,
"description": "easy promised environments",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"scripts": {
"test": "(tstest test/)",
"build": "echo \"Not needed for now\""
"build": "(tsbuild)"
},
"repository": {
"type": "git",