Skip to content
This repository was archived by the owner on Jul 5, 2022. It is now read-only.

Commit 48a675e

Browse files
committed
fix: main script pointing to wrong file
1 parent 0550465 commit 48a675e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "netiam-contrib-jsonapi",
33
"description": "REST API library",
4-
"main": "lib/data.js",
4+
"main": "lib/jsonapi.js",
55
"scripts": {
66
"build": "./bin/build",
77
"clean": "./bin/clean",

0 commit comments

Comments
 (0)