Skip to content

Commit

Permalink
fix(build): fix missing main.css inside packaged npm module
Browse files Browse the repository at this point in the history
  • Loading branch information
termcaps committed Nov 26, 2019
1 parent 9787475 commit 9444eef
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ag-grid-autocomplete-editor",
"version": "1.2.7",
"version": "1.2.8",
"description": "Quick implementation of autocompletion into ag-Grid cell using autocompleter package.",
"deprecated": false,
"main": "ag-grid-autocomplete-editor.js",
Expand All @@ -10,7 +10,9 @@
"/ag-grid-autocomplete-editor.ts",
"/ag-grid-autocomplete-editor.js",
"/ag-grid-autocomplete-editor.js.map",
"/ag-grid-autocomplete-editor.scss"
"/ag-grid-autocomplete-editor.scss",
"/main.css",
"/main.css.map"
],
"repository": {
"type": "git",
Expand Down

0 comments on commit 9444eef

Please sign in to comment.