Skip to content

Commit

Permalink
fix main script and npmignore
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewfhw committed Jan 1, 2021
1 parent f54ba9e commit 54990b4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Empty file added .npmignore
Empty file.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "quilljs-parser",
"version": "1.0.4",
"description": "Parse QuillJS delta object into easy-to-use paragraph object.",
"main": "./dist/index.js",
"main": "./dist/main.js",
"types": "./dist/src/index.d.ts",
"scripts": {
"test": "jest",
Expand Down

0 comments on commit 54990b4

Please sign in to comment.