Dependency fix
This commit is contained in:
11
package.json
11
package.json
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@elilee/mmap-native",
|
"name": "@elilee/mmap-native",
|
||||||
"version": "1.0.0",
|
"version": "1.0.1",
|
||||||
"description": "Node.js N-API mmap bindings",
|
"description": "Node.js N-API mmap bindings",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
@@ -10,13 +10,14 @@
|
|||||||
"dist/",
|
"dist/",
|
||||||
"src/",
|
"src/",
|
||||||
"lib/",
|
"lib/",
|
||||||
"binding.gyp"
|
"binding.gyp",
|
||||||
|
"tsconfig.json"
|
||||||
],
|
],
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"install": "node-gyp rebuild && tsc",
|
"install": "node-gyp rebuild && tsc -p tsconfig.json",
|
||||||
"build": "node-gyp rebuild && tsc",
|
"build": "node-gyp rebuild && tsc -p tsconfig.json",
|
||||||
"build:native": "node-gyp rebuild",
|
"build:native": "node-gyp rebuild",
|
||||||
"build:ts": "tsc",
|
"build:ts": "tsc -p tsconfig.json",
|
||||||
"clean": "node-gyp clean && rm -rf dist"
|
"clean": "node-gyp clean && rm -rf dist"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|||||||
Reference in New Issue
Block a user