@schukai/monster 2.0.1 → 2.0.2
Sign up to get free protection for your applications and to get access to all the features.
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@schukai/monster",
|
3
|
-
"version": "2.0.
|
3
|
+
"version": "2.0.2",
|
4
4
|
"description": "Monster is a simple library for creating fast, robust and lightweight websites.",
|
5
5
|
"keywords": [
|
6
6
|
"framework",
|
@@ -29,10 +29,10 @@
|
|
29
29
|
"log",
|
30
30
|
"theme"
|
31
31
|
],
|
32
|
-
"main": "source/monster.
|
33
|
-
"module": "source/monster.
|
32
|
+
"main": "source/monster.mjs",
|
33
|
+
"module": "source/monster.mjs",
|
34
34
|
"type": "module",
|
35
|
-
"homepage": "https://monsterjs.org",
|
35
|
+
"homepage": "https://monsterjs.org/",
|
36
36
|
"repository": {
|
37
37
|
"type": "git",
|
38
38
|
"url": "https://gitlab.schukai.com/oss/libraries/javascript/monster.git"
|
package/source/types/version.mjs
CHANGED
package/test/cases/monster.mjs
CHANGED