Comparing version 0.0.4 to 0.0.5
@@ -5,4 +5,3 @@ import { Container } from 'phosphor-di'; | ||
* | ||
* @param container - The dependency injection container to use for | ||
* registering the types provided by the plugin. | ||
* @param container - The di container for type registration. | ||
* | ||
@@ -9,0 +8,0 @@ * #### Notes |
@@ -31,4 +31,3 @@ /*----------------------------------------------------------------------------- | ||
* | ||
* @param container - The dependency injection container to use for | ||
* registering the types provided by the plugin. | ||
* @param container - The di container for type registration. | ||
* | ||
@@ -35,0 +34,0 @@ * #### Notes |
export * from './appshell/index'; | ||
export * from './commandregistry/index'; | ||
export * from './plugin/index'; |
@@ -13,2 +13,3 @@ /*----------------------------------------------------------------------------- | ||
__export(require('./appshell/index')); | ||
__export(require('./commandregistry/index')); | ||
__export(require('./plugin/index')); |
{ | ||
"name": "phosphide", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"description": "Slightly opinionated scaffolding for building plugin-based IDE-style applications.", | ||
@@ -10,3 +10,5 @@ "main": "lib/index.js", | ||
"phosphor-boxpanel": "^1.0.0-beta.3", | ||
"phosphor-command": "^0.5.0", | ||
"phosphor-di": "^0.9.0", | ||
"phosphor-disposable": "^1.0.5", | ||
"phosphor-dockpanel": "^0.9.4", | ||
@@ -13,0 +15,0 @@ "phosphor-domutil": "^1.2.0", |
51972
18
1353
13
+ Addedphosphor-command@^0.5.0
+ Addedphosphor-disposable@^1.0.5
+ Addedphosphor-command@0.5.0(transitive)