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