File tree 4 files changed +12
-15
lines changed
4 files changed +12
-15
lines changed Original file line number Diff line number Diff line change 1
1
. *
2
2
! .eslintrc.json
3
3
! .eslintignore
4
+ ! .npmignore
4
5
5
6
/dist
6
7
/node_modules
Original file line number Diff line number Diff line change
1
+ * .ts
2
+ ! * .d.ts
3
+ . *
4
+ Gemfile
5
+ Gemfile.lock
6
+ _develop
7
+ .github
8
+ .vscode
9
+ docs
10
+ test
11
+ tsconfig.json
Original file line number Diff line number Diff line change 5
5
"author" : " Jason Chen <jhchen7@gmail.com>" ,
6
6
"homepage" : " http://quilljs.com" ,
7
7
"main" : " dist/quill.js" ,
8
- "exports" : {
9
- "." : " ./dist/quill.js" ,
10
- "./core" : " ./dist/core.js" ,
11
- "./blots/*" : " ./dist/blots/*.js" ,
12
- "./formats/*" : " ./dist/formats/*.js" ,
13
- "./modules/*" : " ./dist/modules/*.js" ,
14
- "./themes/*" : " ./dist/themes/*.js" ,
15
- "./ui/*" : " ./dist/ui/*.js" ,
16
- "./assets/" : " ./assets/"
17
- },
18
- "files" : [
19
- " assets" ,
20
- " dist"
21
- ],
22
8
"config" : {
23
9
"ports" : {
24
10
"proxy" : " 9000" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"compilerOptions" : {
3
- "outDir" : " ./dist" ,
4
3
"allowSyntheticDefaultImports" : true ,
5
4
"target" : " es6" ,
6
5
"sourceMap" : true ,
You can’t perform that action at this time.
0 commit comments