node-sword-interface 1.0.108 → 1.0.109
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/binding.gyp +2 -3
- package/package.json +1 -1
package/binding.gyp
CHANGED
|
@@ -141,7 +141,7 @@
|
|
|
141
141
|
'<!@(pkg-config --libs libcurl)'
|
|
142
142
|
],
|
|
143
143
|
"dependencies": [
|
|
144
|
-
|
|
144
|
+
|
|
145
145
|
'sword'
|
|
146
146
|
]
|
|
147
147
|
}],
|
|
@@ -156,7 +156,7 @@
|
|
|
156
156
|
'<!@(./scripts/get_sword_library.sh \"../sword_build/libsword.a\")'
|
|
157
157
|
],
|
|
158
158
|
"dependencies": [
|
|
159
|
-
|
|
159
|
+
|
|
160
160
|
'sword'
|
|
161
161
|
],
|
|
162
162
|
'ldflags': [
|
|
@@ -175,7 +175,6 @@
|
|
|
175
175
|
'<!@(pkg-config --libs libcurl)'
|
|
176
176
|
],
|
|
177
177
|
"dependencies": [
|
|
178
|
-
"<!(node -p \"require('node-addon-api').gyp\")",
|
|
179
178
|
'sword'
|
|
180
179
|
]
|
|
181
180
|
}],
|