From 28f45ac430cbd4339fb5f518991c42717ca47bf7 Mon Sep 17 00:00:00 2001 From: Harris Schneiderman Date: Sat, 3 Feb 2018 14:46:57 -0500 Subject: [PATCH] chore: updates demo / pre 3.2.1 release commit (#10) --- demo/index.html | 38 +++++++++++++++++++------------------- dist/demo/index.html | 38 +++++++++++++++++++------------------- package-lock.json | 2 +- package.json | 2 +- 4 files changed, 40 insertions(+), 40 deletions(-) diff --git a/demo/index.html b/demo/index.html index 8833524..54b42b3 100644 --- a/demo/index.html +++ b/demo/index.html @@ -81,11 +81,11 @@

Rank the bands

Today's schedule

Without drag handle (entire item is draggable - including with the keyboard!)

           
@@ -111,30 +111,30 @@ 

Today's schedule

Nested lists

    -
  • Home
  • -
  • About Us
  • -
  • +
  • Home
  • +
  • About Us
  • +
  • Products
      -
    • Product 1
    • -
    • Product 2
    • -
    • Product 3
    • +
    • Product 1
    • +
    • Product 2
    • +
    • Product 3
  • -
  • +
  • Events
      -
    • Event 1
    • -
    • Event 2
    • -
    • Event 3
    • +
    • Event 1
    • +
    • Event 2
    • +
    • Event 3
  • -
  • +
  • Resources
      -
    • Resource 1
    • -
    • Resource 2
    • -
    • Resource 3
    • +
    • Resource 1
    • +
    • Resource 2
    • +
    • Resource 3
diff --git a/dist/demo/index.html b/dist/demo/index.html index 8833524..54b42b3 100644 --- a/dist/demo/index.html +++ b/dist/demo/index.html @@ -81,11 +81,11 @@

Rank the bands

Today's schedule

Without drag handle (entire item is draggable - including with the keyboard!)

    -
  • Reorder
    Stand-up
  • -
  • Reorder
    Sprint planning
  • -
  • Reorder
    Retrospective
  • -
  • Reorder
    Backlog grooming
  • -
  • Reorder
    End of sprint demo
  • +
  • Reorder
    Stand-up
  • +
  • Reorder
    Sprint planning
  • +
  • Reorder
    Retrospective
  • +
  • Reorder
    Backlog grooming
  • +
  • Reorder
    End of sprint demo
           
@@ -111,30 +111,30 @@ 

Today's schedule

Nested lists

    -
  • Home
  • -
  • About Us
  • -
  • +
  • Home
  • +
  • About Us
  • +
  • Products
      -
    • Product 1
    • -
    • Product 2
    • -
    • Product 3
    • +
    • Product 1
    • +
    • Product 2
    • +
    • Product 3
  • -
  • +
  • Events
      -
    • Event 1
    • -
    • Event 2
    • -
    • Event 3
    • +
    • Event 1
    • +
    • Event 2
    • +
    • Event 3
  • -
  • +
  • Resources
      -
    • Resource 1
    • -
    • Resource 2
    • -
    • Resource 3
    • +
    • Resource 1
    • +
    • Resource 2
    • +
    • Resource 3
diff --git a/package-lock.json b/package-lock.json index 73ae0ff..d22baef 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "drag-on-drop", - "version": "3.2.0", + "version": "3.2.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 2839133..618441a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "drag-on-drop", - "version": "3.2.0", + "version": "3.2.1", "description": "Drag and/or drop", "main": "dist/dragon-drop.js", "scripts": {