move anastasis packages into @gnu-taler npm org

This commit is contained in:
Sebastian 2021-11-30 16:32:37 -03:00
parent a51333b693
commit 045a7c0aa1
No known key found for this signature in database
GPG Key ID: BE4FF68352439FC1
3 changed files with 8 additions and 8 deletions

View File

@ -1,6 +1,6 @@
{
"name": "anastasis-core",
"version": "0.0.1",
"name": "@gnu-taler/anastasis-core",
"version": "0.0.2",
"description": "",
"main": "./lib/index.js",
"module": "./lib/index.js",
@ -40,4 +40,4 @@
"lib/**/*test.*"
]
}
}
}

View File

@ -1,7 +1,7 @@
{
"private": true,
"name": "anastasis-webui",
"version": "0.0.0",
"name": "@gnu-taler/anastasis-webui",
"version": "0.0.2",
"license": "MIT",
"scripts": {
"build": "preact build --no-sw --no-esm --no-inline-css",

View File

@ -1,6 +1,6 @@
{
"name": "anastasis-webui",
"short_name": "anastasis-webui",
"name": "GNU Anastasis (git)",
"short_name": "Password-less key recovery",
"start_url": "/",
"display": "standalone",
"orientation": "portrait",
@ -18,4 +18,4 @@
"sizes": "512x512"
}
]
}
}