Skip to content

Commit

Permalink
Fixed package.json attribute for TypeScript definition (#460)
Browse files Browse the repository at this point in the history
* Created 1st version of TypeScript definitions

* Added reference to types file

Co-authored-by: Julien Mariller <[email protected]>
  • Loading branch information
jmariller and Julien Mariller authored Jun 1, 2020
1 parent 9875525 commit be66046
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down

0 comments on commit be66046

Please sign in to comment.