@jupyterlab/pdf-extension
Advanced tools
Comparing version 0.9.4 to 0.10.1-alpha.0
@@ -0,0 +0,0 @@ import { Widget } from '@phosphor/widgets'; |
@@ -0,0 +0,0 @@ "use strict"; |
{ | ||
"name": "@jupyterlab/pdf-extension", | ||
"version": "0.9.4", | ||
"version": "0.10.1-alpha.0", | ||
"description": "JupyterLab - PDF Viewer", | ||
@@ -27,9 +27,10 @@ "homepage": "https://github.com/jupyterlab/jupyterlab", | ||
"scripts": { | ||
"build": "tsc", | ||
"build": "tsc -b src", | ||
"clean": "rimraf lib", | ||
"docs": "typedoc --options tdoptions.json --theme ../../typedoc-theme src", | ||
"prepublishOnly": "npm run build", | ||
"watch": "tsc -w --listEmittedFiles" | ||
"watch": "tsc -b src --watch" | ||
}, | ||
"dependencies": { | ||
"@jupyterlab/rendermime-interfaces": "^1.1.7", | ||
"@jupyterlab/rendermime-interfaces": "^1.2.1-alpha.0", | ||
"@phosphor/widgets": "^1.6.0" | ||
@@ -39,7 +40,9 @@ }, | ||
"rimraf": "~2.6.2", | ||
"typescript": "~2.9.2" | ||
"typedoc": "~0.12.0", | ||
"typescript": "~3.1.1" | ||
}, | ||
"jupyterlab": { | ||
"mimeExtension": true | ||
} | ||
}, | ||
"gitHead": "9d6193d318872a4a3600ee96fe6f3996312ffe07" | ||
} |
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
9146
3