fix(core): update

This commit is contained in:
Philipp Kunz 2018-08-13 21:58:18 +02:00
parent c83b7688e9
commit eac42f50d6
2 changed files with 2 additions and 2 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 ```javascript
import { Qenv } from 'qenv'; 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) > MIT licensed | **©** [Lossless GmbH](https://lossless.gmbh)

View File

@ -7,7 +7,7 @@
"typings": "dist/index.d.ts", "typings": "dist/index.d.ts",
"scripts": { "scripts": {
"test": "(tstest test/)", "test": "(tstest test/)",
"build": "echo \"Not needed for now\"" "build": "(tsbuild)"
}, },
"repository": { "repository": {
"type": "git", "type": "git",