diff --git a/README.md b/README.md index 10d13f1..eeb8e4c 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/package.json b/package.json index 4c0a675..bb8cf3c 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "typings": "dist/index.d.ts", "scripts": { "test": "(tstest test/)", - "build": "echo \"Not needed for now\"" + "build": "(tsbuild)" }, "repository": { "type": "git",