From 606d4546b08261a4e2a205ca6672a96101ecf551 Mon Sep 17 00:00:00 2001 From: Matei Adriel Date: Mon, 25 Nov 2019 18:19:06 +0200 Subject: [PATCH] typescript(loopover): chore: changed descriptions, amd build namespace Signed-off-by: prescientmoon --- typescript/loopover/README.md | 2 ++ typescript/loopover/package.json | 2 +- typescript/loopover/rollup.config.ts | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/typescript/loopover/README.md b/typescript/loopover/README.md index d599904..23a55d1 100644 --- a/typescript/loopover/README.md +++ b/typescript/loopover/README.md @@ -10,6 +10,8 @@ npm install @adrielus/loopover ``` +(There is also an amd build at `/dist/bundle.amd.js` which uses the `Loopover` namespace) + ## Usage ### Creating a game diff --git a/typescript/loopover/package.json b/typescript/loopover/package.json index a035ae5..b1fea7b 100644 --- a/typescript/loopover/package.json +++ b/typescript/loopover/package.json @@ -1,7 +1,7 @@ { "name": "@adrielus/loopover", "version": "0.1.0", - "description": "Isomorphic loopover simulator.", + "description": "Reliable loopover simulator", "main": "dist/bundle.cjs.js", "module": "dist/bundle.esm.js", "typings": "dist/index.d.ts", diff --git a/typescript/loopover/rollup.config.ts b/typescript/loopover/rollup.config.ts index 6dc446d..19dadb4 100644 --- a/typescript/loopover/rollup.config.ts +++ b/typescript/loopover/rollup.config.ts @@ -32,7 +32,7 @@ export default [ file: `${outputDirectory}/bundle.amd.js`, sourcemap: true, format: 'amd', - name: 'Ecs' + name: 'Loopover' } ], plugins: [