@newlogic-digital/core 1.0.0-beta.2 → 1.0.0-beta.3
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +3 -2
package/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "@newlogic-digital/core",
|
3
3
|
"type": "module",
|
4
|
-
"version": "1.0.0-beta.
|
4
|
+
"version": "1.0.0-beta.3",
|
5
5
|
"main": "index.js",
|
6
6
|
"author": "New Logic Studio s.r.o.",
|
7
7
|
"description": "Set of tools that can be used to create modern web applications",
|
@@ -14,7 +14,8 @@
|
|
14
14
|
"@vituum/latte": "^0.1.0",
|
15
15
|
"prismjs": "~1.28.0",
|
16
16
|
"html-minifier-terser": "^7.0.0",
|
17
|
-
"lodash": "^4.17.21"
|
17
|
+
"lodash": "^4.17.21",
|
18
|
+
"vituum": "^0.0.21"
|
18
19
|
},
|
19
20
|
"files": [
|
20
21
|
"index.js"
|