Skip to content

Commit

Permalink
Set output path to dist
Browse files Browse the repository at this point in the history
  • Loading branch information
luin committed Sep 2, 2022
1 parent 17dec59 commit 1f484a2
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .npmignore

This file was deleted.

14 changes: 14 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,20 @@
"author": "Jason Chen <[email protected]>",
"homepage": "http://quilljs.com",
"main": "dist/quill.js",
"exports": {
".": "./dist/quill.js",
"./core": "./dist/core.js",
"./blots/*": "./dist/blots/*.js",
"./formats/*": "./dist/formats/*.js",
"./modules/*": "./dist/modules/*.js",
"./themes/*": "./dist/themes/*.js",
"./ui/*": "./dist/ui/*.js",
"./assets/": "./assets/"
},
"files": [
"assets",
"dist"
],
"config": {
"ports": {
"proxy": "9000",
Expand Down
1 change: 1 addition & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"compilerOptions": {
"outDir": "./dist",
"allowSyntheticDefaultImports": true,
"target": "es6",
"sourceMap": true,
Expand Down

0 comments on commit 1f484a2

Please sign in to comment.