aurasu 0.0.2 → 0.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +3 -2
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -11,10 +11,11 @@ auramaxx play aurasu
11
11
 
12
12
  A hit-circle rhythm game built with AuraScript.
13
13
 
14
- Run from `packages/aurascript`:
14
+ Run from `examples`:
15
15
 
16
16
  ```bash
17
- npm run example -- aurasu
17
+ cd examples
18
+ npm run aurasu
18
19
  ```
19
20
 
20
21
  Controls:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "aurasu",
3
- "version": "0.0.2",
3
+ "version": "0.0.3",
4
4
  "description": "A hit-circle rhythm game built with AuraJS.",
5
5
  "type": "module",
6
6
  "bin": {
@@ -13,10 +13,10 @@
13
13
  "aura.config.json"
14
14
  ],
15
15
  "dependencies": {
16
- "aurajs": "*"
16
+ "auramaxxjs": "*"
17
17
  },
18
18
  "keywords": [
19
- "aurajs",
19
+ "auramaxxjs",
20
20
  "game",
21
21
  "rhythm"
22
22
  ],