Skip to content

Commit

Permalink
Merge branch 'master' into content-type-in-payload
Browse files Browse the repository at this point in the history
  • Loading branch information
koddsson authored Aug 27, 2019
2 parents cbc4aed + 72e84e0 commit c4566cf
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
6 changes: 6 additions & 0 deletions index.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
export default class AutoCheckElement extends HTMLElement {
readonly input: HTMLInputElement | null;
src: string;
csrf: string;
required: boolean;
}
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.

6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
{
"name": "@github/auto-check-element",
"version": "4.0.1",
"version": "4.0.2",
"description": "An input element that validates its value with a server endpoint.",
"repository": "github/auto-check-element",
"files": [
"dist"
"dist",
"index.d.ts"
],
"main": "dist/index.umd.js",
"module": "dist/index.esm.js",
"types": "index.d.ts",
"scripts": {
"clean": "rm -rf dist/",
"lint": "github-lint",
Expand Down

0 comments on commit c4566cf

Please sign in to comment.