Comparing version 0.0.4 to 0.0.6
@@ -6,3 +6,4 @@ import React from 'react'; | ||
title: string; | ||
status: "todo" | "in-progress" | "done"; | ||
status: string; | ||
priority: string; | ||
} | ||
@@ -9,0 +10,0 @@ interface KanbanProps { |
{ | ||
"name": "kanban-ui", | ||
"version": "0.0.4", | ||
"version": "0.0.6", | ||
"description": "kanban ui library for react", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
49255
315