We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ef0922 commit bea28d6Copy full SHA for bea28d6
2 files changed
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# CHANGES
2
3
+## 0.0.2
4
+
5
+- Include dist files in package
6
7
## 0.0.1
8
9
> Note: This version still targets XMPP OMEMO version 0.3.0. Support for the
package.json
@@ -1,14 +1,15 @@
{
"name": "libomemo.js",
"repository": "github:conversejs/libomemo.js",
- "version": "0.0.1",
+ "version": "0.0.2",
"license": "GPL-3.0",
"type": "module",
"main": "./dist/libomemo.umd.js",
"module": "./dist/libomemo.esm.js",
"types": "./dist/index.d.ts",
10
"files": [
11
- "dist"
+ "dist",
12
+ "build/curve25519_compiled.d.ts"
13
],
14
"exports": {
15
".": {
0 commit comments