We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6353416 commit 2a37647Copy full SHA for 2a37647
packages/pm/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@bangle.dev/pm",
3
- "version": "1.0.0",
+ "version": "2.0.0-alpha.1",
4
"authors": [
5
6
"name": "Kushan Joshi",
@@ -22,7 +22,9 @@
22
"access": "public"
23
},
24
"main": "./src/index.ts",
25
- "files": ["lib"],
+ "files": [
26
+ "lib"
27
+ ],
28
"scripts": {
29
"prepublishOnly": "tsx ../../packages/tooling/scripts/prepublish-run.ts",
30
"postpublish": "tsx ../../packages/tooling/scripts/postpublish-run.ts",
packages/prosemirror-all/package.json
@@ -1,7 +1,7 @@
"name": "@bangle.dev/prosemirror-all",
"description": "",
7
0 commit comments