@fedeghe/pangjs 0.0.3 → 0.0.4

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.
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # PANGjs (0.0.3)
1
+ # PANGjs (0.0.4)
2
2
 
3
3
  ![alt text](https://github.com/fedeghe/pangjs/blob/main/pangjs.png?raw=true "Pang js")
4
4
 
package/dist/index.js CHANGED
@@ -1,7 +1,7 @@
1
1
  'use strict';
2
2
  /*
3
3
  PANGjs
4
- v. 0.0.3
4
+ v. 0.0.4
5
5
 
6
6
  Size: ~3.82KB
7
7
  */
package/package.json CHANGED
@@ -1,8 +1,19 @@
1
1
  {
2
2
  "name": "@fedeghe/pangjs",
3
- "version": "0.0.3",
3
+ "version": "0.0.4",
4
4
  "main": "dist/index.js",
5
5
  "author": "fedeghe <fedeghe@gmail.com>",
6
+ "description": "Lightweight asynchronous state manager",
7
+ "keywords": [
8
+ "asynchronous state manager",
9
+ "async state manager",
10
+ "state manager",
11
+ "async"
12
+ ],
13
+ "repository": {
14
+ "type": "git",
15
+ "url": "git+https://github.com/fedeghe/pangjs.git"
16
+ },
6
17
  "license": "MIT",
7
18
  "scripts": {
8
19
  "build": "malta source/build.json",