We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93df7dd commit 5e3280dCopy full SHA for 5e3280d
appveyor.yml
@@ -23,7 +23,6 @@ install:
23
# install submodules
24
- git submodule update --init
25
# install modules
26
- - npm install -g node-gyp node-pre-gyp node-pre-gyp-github
27
- npm install --build-from-source
28
# Check if we're building the latest tag, if so
29
# then we publish the binaries if tests pass.
package.json
@@ -2,7 +2,6 @@
2
"name": "fasttext",
3
"version": "0.2.1",
4
"description": "A nodejs binding for fasttext representation and classification",
5
- "gypfile": true,
6
"main": "index.js",
7
"scripts": {
8
"config": "node-pre-gyp configure --msvs_version=2015",
0 commit comments