@jupyterlab/codeeditor
Advanced tools
Comparing version 1.0.0-alpha.9 to 1.0.0-alpha.10
@@ -1,2 +0,1 @@ | ||
import '../style/index.css'; | ||
export * from './editor'; | ||
@@ -3,0 +2,0 @@ export * from './jsoneditor'; |
// Copyright (c) Jupyter Development Team. | ||
// Distributed under the terms of the Modified BSD License. | ||
import '../style/index.css'; | ||
export * from './editor'; | ||
@@ -5,0 +4,0 @@ export * from './jsoneditor'; |
{ | ||
"name": "@jupyterlab/codeeditor", | ||
"version": "1.0.0-alpha.9", | ||
"version": "1.0.0-alpha.10", | ||
"description": "JupyterLab - Abstract Code Editor", | ||
@@ -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,4 +39,4 @@ "lib": "lib/" | ||
"dependencies": { | ||
"@jupyterlab/coreutils": "^3.0.0-alpha.9", | ||
"@jupyterlab/observables": "^2.2.0-alpha.9", | ||
"@jupyterlab/coreutils": "^3.0.0-alpha.10", | ||
"@jupyterlab/observables": "^2.2.0-alpha.10", | ||
"@phosphor/coreutils": "^1.3.0", | ||
@@ -53,3 +57,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
50155
19
1590