@swimlane/nodegit 1.1.2 → 1.1.4

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@swimlane/nodegit",
3
3
  "description": "Node.js libgit2 asynchronous native bindings",
4
- "version": "1.1.2",
4
+ "version": "1.1.4",
5
5
  "homepage": "http://nodegit.org",
6
6
  "keywords": [
7
7
  "libgit2",
@@ -7,4 +7,4 @@ WORKDIR /app
7
7
 
8
8
  RUN npm ci --ignore-scripts && \
9
9
  npm run preinstall && \
10
- npx prebuildify --napi --strip --tag-libc -t "$(node --version | tr -d 'v')"
10
+ npx prebuildify --strip --tag-libc -t "$(node --version | tr -d 'v')"
@@ -12,4 +12,4 @@ WORKDIR /app
12
12
 
13
13
  RUN npm ci --ignore-scripts && \
14
14
  npm run preinstall && \
15
- npx prebuildify --napi --strip --tag-libc -t "$(node --version | tr -d 'v')"
15
+ npx prebuildify --strip --tag-libc -t "$(node --version | tr -d 'v')"