2
0
mirror of https://github.com/esiur/esiur-js.git synced 2025-05-06 12:32:58 +00:00
This commit is contained in:
Ahmed Zamil 2019-12-03 13:32:15 +03:00
parent fb6276d6e5
commit fa0a7b279f
2 changed files with 3 additions and 3 deletions

View File

@ -1,8 +1,8 @@
{ {
"name": "Esyur", "name": "esyur",
"version": "1.3.0", "version": "1.3.1",
"description": "Distributed Object Framework", "description": "Distributed Object Framework",
"main": "Esyur.js", "main": "esyur.js",
"scripts": { "scripts": {
"test": "echo \"Error: no test specified\" && exit 1" "test": "echo \"Error: no test specified\" && exit 1"
}, },