File reorg

This commit is contained in:
Nathan Kellenicki 2019-01-03 10:42:43 -08:00
parent e4809ce420
commit 2e7fe13fed
14 changed files with 3 additions and 3 deletions

View File

@ -1,12 +1,12 @@
{
"name": "node-poweredup",
"version": "1.4.6",
"version": "1.4.7",
"description": "A Node.js module to interface with LEGO Powered UP components.",
"homepage": "https://github.com/nathankellenicki/node-poweredup/",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tslint -c tslint.json \"*.ts\" && tsc",
"build": "tslint -c tslint.json \"src/*.ts\" && tsc",
"docs": "jsdoc2md dist/consts.js dist/poweredup.js dist/lpf2hub.js dist/wedo2smarthub.js dist/boostmovehub.js dist/puphub.js dist/pupremote.js dist/duplotrainbase.js dist/hub.js dist/consts.js > DOCS.md",
"readme": "cat ABOUT.md DOCS.md > README.md",
"all": "npm run build && npm run docs && npm run readme",

View File

View File

@ -12,7 +12,7 @@
// "sourceMap": true, /* Generates corresponding '.map' file. */
// "outFile": "./", /* Concatenate and emit output to single file. */
"outDir": "./dist", /* Redirect output structure to the directory. */
// "rootDir": "./", /* Specify the root directory of input files. Use to control the output directory structure with --outDir. */
"rootDir": "./src", /* Specify the root directory of input files. Use to control the output directory structure with --outDir. */
// "composite": true, /* Enable project compilation */
// "removeComments": true, /* Do not emit comments to output. */
// "noEmit": true, /* Do not emit outputs. */