2
0
mirror of https://github.com/esiur/esiur-js.git synced 2025-06-27 07:13:12 +00:00
This commit is contained in:
2021-08-12 03:11:59 +03:00
parent ba4d841aa5
commit 8eb67ae4fb
11 changed files with 961 additions and 117 deletions

View File

@ -1,6 +1,6 @@
{
"name": "esiur",
"version": "1.7.1",
"version": "1.7.2",
"description": "Distributed Object Framework",
"main": "esiur.js",
"type": "module",
@ -27,6 +27,7 @@
"@babel/core": "^7.14.6",
"@babel/preset-env": "^7.14.5",
"babelify": "^10.0.0",
"browserify": "^17.0.0"
"browserify": "^17.0.0",
"eslint": "^7.31.0"
}
}