Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit823957c

Browse files
committed
ensure that typings are generated
1 parentb6f8596 commit823957c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

‎package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name":"y-quill",
33
"version":"0.1.2",
44
"description":"QuillJs bindings for Yjs",
5-
"main":"./dist/y-quill.js",
5+
"main":"./dist/y-quill.cjs",
66
"module":"./src/y-quill.js",
77
"types":"./dist/src/y-quill.d.ts",
88
"sideEffects":false,
@@ -16,7 +16,7 @@
1616
"lint":"standard && tsc",
1717
"watch":"rollup -wc",
1818
"debug":"concurrently 'live-server --port=3443 --entry-file=test.html' 'npm run watch'",
19-
"preversion":"npm runlint && npm rundist && npm run test"
19+
"preversion":"npm rundist && npm runlint && npm run test && test -e ./dist/src/y-quill.d.ts && test -e ./dist/y-quill.cjs && test -e ./dist/y-quill.cjs.map"
2020
},
2121
"files": [
2222
"dist/*",

‎rollup.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ export default [{
5050
input:'./src/y-quill.js',
5151
output:[{
5252
name:'yQuill',
53-
file:'dist/y-quill.js',
53+
file:'dist/y-quill.cjs',
5454
format:'cjs',
5555
sourcemap:true,
5656
paths:path=>{

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp