commit 40731506f2a21df672f496557a55f99c2ff9fb0a
parent 09344388e5f6e2cef3b6c5d612e247f813a59289
Author: nolash <dev@holbrook.no>
Date: Wed, 11 Nov 2020 18:22:12 +0100
Add build step dist folder
Diffstat:
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/package.json b/package.json
@@ -2,9 +2,10 @@
"name": "confini",
"version": "0.0.1",
"description": "Merge all ini configuration files from a folder",
- "main": "src/index.ts",
+ "main": "dist/index.js",
"scripts": {
- "test": "echo \"Error: no test specified\" && exit 1"
+ "test": "echo \"Error: no test specified\" && exit 1",
+ "build": "tsc -d --outDir dist/"
},
"repository": {
"type": "git",