@pantograph/sortable 1.15.6 → 2.0.0

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 (1) hide show
  1. package/package.json +2 -1
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@pantograph/sortable",
3
3
  "exportName": "Sortable",
4
- "version": "1.15.6",
4
+ "version": "2.0.0",
5
5
  "devDependencies": {
6
6
  "@babel/core": "^7.4.4",
7
7
  "@babel/plugin-transform-object-assign": "^7.2.0",
@@ -18,6 +18,7 @@
18
18
  "description": "JavaScript library for reorderable drag-and-drop lists on modern browsers and touch devices. No jQuery required. Supports Meteor, AngularJS, React, Polymer, Vue, Knockout and any CSS library, e.g. Bootstrap.",
19
19
  "main": "./Sortable.min.js",
20
20
  "module": "modular/sortable.esm.js",
21
+ "types": "./src/index.d.ts",
21
22
  "scripts": {
22
23
  "build:umd": "set NODE_ENV=umd&& rollup -c ./scripts/umd-build.js",
23
24
  "build:umd:watch": "set NODE_ENV=umd&& rollup -w -c ./scripts/umd-build.js",