@jupyterlab/pdf-extension
Advanced tools
Comparing version 1.0.0-alpha.9 to 1.0.0-alpha.10
import { IRenderMime } from '@jupyterlab/rendermime-interfaces'; | ||
import { Widget } from '@phosphor/widgets'; | ||
import '../style/index.css'; | ||
/** | ||
@@ -5,0 +4,0 @@ * A class for rendering a PDF document. |
@@ -6,3 +6,2 @@ // Copyright (c) Jupyter Development Team. | ||
import { Widget } from '@phosphor/widgets'; | ||
import '../style/index.css'; | ||
/** | ||
@@ -9,0 +8,0 @@ * The MIME type for PDF. |
{ | ||
"name": "@jupyterlab/pdf-extension", | ||
"version": "1.0.0-alpha.9", | ||
"version": "1.0.0-alpha.10", | ||
"description": "JupyterLab - PDF Viewer", | ||
@@ -21,4 +21,8 @@ "homepage": "https://github.com/jupyterlab/jupyterlab", | ||
], | ||
"sideEffects": [ | ||
"style/*.css" | ||
], | ||
"main": "lib/index.js", | ||
"types": "lib/index.d.ts", | ||
"style": "style/index.css", | ||
"directories": { | ||
@@ -35,3 +39,3 @@ "lib": "lib/" | ||
"dependencies": { | ||
"@jupyterlab/rendermime-interfaces": "^1.3.0-alpha.9", | ||
"@jupyterlab/rendermime-interfaces": "^1.3.0-alpha.10", | ||
"@phosphor/coreutils": "^1.3.0", | ||
@@ -52,3 +56,3 @@ "@phosphor/disposable": "^1.1.2", | ||
}, | ||
"gitHead": "3ae93547a9b04453f82bbd883931ac1866f2a08b" | ||
"gitHead": "3fc4a1cb40fe30e45ab696c4925a307aed5210a5" | ||
} |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
11483
7
244