mirror of
https://github.com/CommunityOx/ox_lib.git
synced 2026-08-19 07:56:02 +01:00
refactor(package): set entry point to shared
This commit is contained in:
@@ -3,7 +3,8 @@
|
|||||||
"author": "Overextended",
|
"author": "Overextended",
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"description": "JS/TS wrapper for ox_lib exports",
|
"description": "JS/TS wrapper for ox_lib exports",
|
||||||
"main": "index.js",
|
"main": "./shared/index.js",
|
||||||
|
"types": "./shared/index.d.ts",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"compile": "tsc",
|
"compile": "tsc",
|
||||||
"prepare": "npm run compile"
|
"prepare": "npm run compile"
|
||||||
|
|||||||
Reference in New Issue
Block a user