diff --git a/package-lock.json b/package-lock.json index d4529ed..53bd9c7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "floatthead", - "version": "2.1.4", + "version": "2.2.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 0b6e2e5..bfbb54a 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "version": "2.2.0", "description": "fixed table header plugin that works", "main": "dist/jquery.floatThead.min.js", - "type": "dist/jquery.floatThead.d.ts", + "types": "dist/jquery.floatThead.d.ts", "scripts": { "build": "cp src/jquery.floatThead.js dist/jquery.floatThead.js && uglifyjs dist/jquery.floatThead.js --compress --mangle --comments -o dist/jquery.floatThead.min.js" },