Skip to content

Commit

Permalink
fix: re-add interfaces (#218)
Browse files Browse the repository at this point in the history
Signed-off-by: Grant Timmerman <timmerman+devrel@google.com>
  • Loading branch information
grant committed Sep 21, 2020
1 parent 9387720 commit 0e71491
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
"repository": "GoogleCloudPlatform/functions-framework-nodejs",
"main": "build/src/index.js",
"types": "build/src/invoker.d.ts",
"types": "build/src/functions.d.ts",
"dependencies": {
"body-parser": "^1.18.3",
"express": "^4.16.4",
Expand Down
3 changes: 3 additions & 0 deletions src/functions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@
// See the License for the specific language governing permissions and
// limitations under the License.

// Type Interfaces for the Node Functions Framework.
// **If changing files, please change package.json!**

/* eslint-disable @typescript-eslint/no-explicit-any */
import * as express from 'express';

Expand Down

0 comments on commit 0e71491

Please sign in to comment.