kanban-lite 1.0.25 → 1.0.26

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/.vscodeignore +1 -0
  2. package/package.json +1 -1
package/.vscodeignore CHANGED
@@ -2,6 +2,7 @@
2
2
  .git/**
3
3
  node_modules/**
4
4
  lib/**
5
+ bin/**
5
6
  src/**
6
7
  *.map
7
8
  .gitignore
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "kanban-lite",
3
3
  "displayName": "Kanban Lite",
4
4
  "description": "A kanban board for your codebase. Features stored as markdown.",
5
- "version": "1.0.25",
5
+ "version": "1.0.26",
6
6
  "publisher": "borgius",
7
7
  "license": "MIT",
8
8
  "repository": {