@codastic/react-positioning-portal
Advanced tools
Comparing version 0.2.0 to 0.2.1
### v0.2.1 / 2020-04-14 07:15:37 | ||
- Use explicit publish files in package.json (i: Mario Volke, r: Christian Ranz, c: [2abf30b](https://github.com/codastic/react-positioning-portal/commit/2abf30b)) | ||
- Add publish script (i: Mario Volke, r: Christian Ranz, c: [c6d2600](https://github.com/codastic/react-positioning-portal/commit/c6d2600)) | ||
### v0.2.0 / 2020-04-10 08:07:17 | ||
@@ -3,0 +8,0 @@ |
{ | ||
"name": "@codastic/react-positioning-portal", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"description": "The positioning portal is a low level React component to build all kinds of absolutely positioned flyouts which are anchored to another element in the viewport. This can be used to create dropdowns, tooltips, context menus, etc.", | ||
@@ -22,2 +22,6 @@ "scripts": { | ||
"module": "./lib/index.js", | ||
"files": [ | ||
"/lib", | ||
"/src" | ||
], | ||
"repository": { | ||
@@ -24,0 +28,0 @@ "type": "git", |
82096
42
2027