Skip to content

Commit

Permalink
remove npmignore
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewfhw committed Jan 1, 2021
1 parent 20ada04 commit bd6adfd
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Empty file removed .npmignore
Empty file.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "quilljs-parser",
"version": "1.0.2",
"version": "1.0.3",
"description": "Parse QuillJS delta object into easy-to-use paragraph object.",
"main": "./dist/index.js",
"types": "./dist/src/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion webpack.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const config: Configuration = {
output: {
filename: 'main.js',
path: path.resolve(__dirname, 'dist'),
library: 'QuillJSParser',
library: 'quilljs-parser',
libraryTarget: 'umd'
},
plugins: [
Expand Down

0 comments on commit bd6adfd

Please sign in to comment.