typescript(loopover): chore: changed descriptions, amd build namespace
Signed-off-by: prescientmoon <git@moonythm.dev>
This commit is contained in:
parent
23e9f54b57
commit
606d4546b0
|
@ -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
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -32,7 +32,7 @@ export default [
|
|||
file: `${outputDirectory}/bundle.amd.js`,
|
||||
sourcemap: true,
|
||||
format: 'amd',
|
||||
name: 'Ecs'
|
||||
name: 'Loopover'
|
||||
}
|
||||
],
|
||||
plugins: [
|
||||
|
|
Loading…
Reference in a new issue