jupyter-js-domutils
Advanced tools
Comparing version 0.2.0 to 0.2.1
@@ -0,1 +1,2 @@ | ||
export * from './clipboard'; | ||
export * from './dialog'; |
@@ -7,2 +7,3 @@ // Copyright (c) Jupyter Development Team. | ||
} | ||
__export(require('./clipboard')); | ||
__export(require('./dialog')); |
{ | ||
"name": "jupyter-js-domutils", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"description": "DOM utilities for the Jupyter frontend", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
14045
9
366