Skip to content
This repository was archived by the owner on May 28, 2024. It is now read-only.

Commit 9dae120

Browse files
Kevnzkjellmorten
authored andcommitted
Add the other required files.
When installing from npm the PreResponse.js, IsJsonApiRequest.js, and PreHandler.js files are missing.
1 parent 06c0768 commit 9dae120

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gar/hapi-json-api",
3-
"version": "3.0.1",
3+
"version": "3.0.2",
44
"description": "Hapi plugin for enabling/enforcing JSONAPI specification",
55
"main": "lib/index.js",
66
"scripts": {
@@ -41,7 +41,10 @@
4141
"lab": "^15.4.1"
4242
},
4343
"files": [
44-
"lib/index.js"
44+
"lib/index.js",
45+
"lib/PreResponse.js",
46+
"lib/IsJsonApiRequest.js",
47+
"lib/PreHandler.js"
4548
],
4649
"pre-commit": [
4750
"lint",

0 commit comments

Comments
 (0)