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:
2022-08-27 00:37:58 +03:00
parent 93aeaee315
commit 4fcb5355bc
9 changed files with 87 additions and 18 deletions

View File

@ -1,6 +1,6 @@
{
"name": "esiur",
"version": "2.1.2",
"version": "2.1.3",
"description": "Distributed Object Framework",
"main": "esiur.js",
"type": "module",
@ -10,6 +10,9 @@
"build": "browserify src/esiur.js -t babelify --outfile build/esiur.js",
"prepublish": "browserify src/esiur.js -t babelify --outfile build/esiur.js"
},
"bin": {
"esiur": "./bin/esiur.cjs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/esiur/esiur-js.git"