Skip to content
Snippets Groups Projects
Commit cabefb17 authored by Hubert Chathi's avatar Hubert Chathi
Browse files

rename npm package to @matrix-org/olm

to be published via our gitlab repository
parent a07e27cf
No related branches found
No related tags found
No related merge requests found
......@@ -6,6 +6,9 @@
/olm-*.tgz
/README.html
/tracing/README.html
/python/dist
/javascript/checksums.txt
/javascript/checksums.txt.asc
# Xcode
build/
......
{
"name": "olm",
"name": "@matrix-org/olm",
"version": "3.2.1",
"description": "An implementation of the Double Ratchet cryptographic ratchet",
"main": "olm.js",
......@@ -8,7 +8,9 @@
"olm.wasm",
"olm_legacy.js",
"index.d.ts",
"README.md"
"README.md",
"checksums.txt",
"checksums.txt.asc"
],
"scripts": {
"build": "make -C .. js",
......@@ -16,7 +18,7 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/matrix-org/olm.git"
"url": "git+https://gitlab.matrix.org/matrix-org/olm.git"
},
"keywords": [
"matrix-org"
......@@ -26,8 +28,11 @@
"bugs": {
"url": "https://github.com/matrix-org/olm/issues"
},
"homepage": "https://github.com/matrix-org/olm#readme",
"homepage": "https://gitlab.matrix.org/matrix-org/olm",
"devDependencies": {
"jasmine-node": "^1.14.5"
},
"publishConfig": {
"@matrix-org:registry":"https://gitlab.matrix.org/api/v4/projects/27/packages/npm/"
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment