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 f9e65bb commit 69690c6Copy full SHA for 69690c6
package.json
@@ -50,8 +50,8 @@
50
"jsdelivr": "dist/vue-quill.global.js",
51
"types": "dist/vue-quill.d.ts",
52
"scripts": {
53
- "lib:dev": " npm run theme:dev && rollup -c rollup.config1.ts -w",
54
- "lib:build": "npm run theme:build && rollup -c rollup.config1.ts && npm run lib:types",
+ "lib:dev": " npm run theme:dev && rollup -c rollup.config.ts -w",
+ "lib:build": "npm run theme:build && rollup -c rollup.config.ts && npm run lib:types",
55
"lib:types": "api-extractor run --local --verbose",
56
"docs:dev": "cd docs && npm run dev",
57
"docs:build": "cd docs && npm run build",
@@ -85,4 +85,4 @@
85
"stylus": "^0.54.8",
86
"typescript": "^4.2.3"
87
}
88
-}
+}
0 commit comments