Skip to content

Commit 592596e

Browse files
committed
Remove pre install script from node port.
1 parent 6330925 commit 592596e

File tree

4 files changed

+2
-67
lines changed

4 files changed

+2
-67
lines changed

source/ports/node_port/.npmignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
**
22
!types
3-
!scripts
43
!index.js
54
!LICENSE
65
!package.json

source/ports/node_port/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

source/ports/node_port/package.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,11 @@
11
{
22
"name": "metacall",
3-
"version": "0.4.2",
3+
"version": "0.4.3",
44
"description": "Call Python, C#, Ruby... functions from NodeJS (a NodeJS Port for MetaCall)",
55
"repository": "github:metacall/core",
66
"bugs": "https://github.com/metacall/core/issues",
77
"homepage": "https://metacall.io",
88
"main": "index.js",
9-
"scripts": {
10-
"preinstall": "node scripts/preinstall.js"
11-
},
129
"author": "Vicente Eduardo Ferrer Garcia <[email protected]> (https://metacall.io)",
1310
"contributors": [
1411
"Declan Nnadozie <[email protected]>"

source/ports/node_port/scripts/preinstall.js

Lines changed: 0 additions & 61 deletions
This file was deleted.

0 commit comments

Comments
 (0)