mirror of
https://github.com/esiur/esiur-js.git
synced 2025-06-27 07:13:12 +00:00
SetSync
This commit is contained in:
@ -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"
|
||||
|
Reference in New Issue
Block a user