Skip to content

Commit 5e3280d

Browse files
committed
remove gypfile flag
1 parent 93df7dd commit 5e3280d

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

appveyor.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ install:
2323
# install submodules
2424
- git submodule update --init
2525
# install modules
26-
- npm install -g node-gyp node-pre-gyp node-pre-gyp-github
2726
- npm install --build-from-source
2827
# Check if we're building the latest tag, if so
2928
# then we publish the binaries if tests pass.

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
"name": "fasttext",
33
"version": "0.2.1",
44
"description": "A nodejs binding for fasttext representation and classification",
5-
"gypfile": true,
65
"main": "index.js",
76
"scripts": {
87
"config": "node-pre-gyp configure --msvs_version=2015",

0 commit comments

Comments
 (0)