Skip to content

Commit

Permalink
Add style to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
jtpio committed Jan 12, 2021
1 parent ce0c698 commit 25c5582
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 4 additions & 0 deletions package.json
Expand Up @@ -23,7 +23,11 @@
"email": "jeremy@jtp.io"
},
"main": "lib/index.js",
"style": "css/widget.css",
"types": "./lib/index.d.ts",
"sideEffects": [
"css/*.css"
],
"repository": {
"type": "git",
"url": "https://github.com/jtpio/ipylab"
Expand Down
3 changes: 0 additions & 3 deletions src/widget.ts
@@ -1,9 +1,6 @@
// Copyright (c) ipylab contributors
// Distributed under the terms of the Modified BSD License.

// Import the CSS
import '../css/widget.css';

import { CommandRegistryModel } from './widgets/commands';
import { CommandPaletteModel } from './widgets/palette';
import { SessionManagerModel } from './widgets/sessions';
Expand Down

0 comments on commit 25c5582

Please sign in to comment.