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 bb2d9a5 commit 7625b9dCopy full SHA for 7625b9d
3 files changed
.github/.keepalive
.github/workflows/test.yml
@@ -76,13 +76,6 @@ jobs:
76
npm install || npm install || npm install
77
timeout-minutes: 15
78
79
- # Build native add-on if present:
80
- - name: 'Build native add-on (if present)'
81
- run: |
82
- if [ -f "binding.gyp" ]; then
83
- npm install node-gyp --no-save && ./node_modules/.bin/node-gyp rebuild
84
- fi
85
-
86
# Run tests:
87
- name: 'Run tests'
88
id: tests
package.json
@@ -40,7 +40,7 @@
40
"devDependencies": {
41
"@stdlib/assert-has-symbol-support": "^0.2.2",
42
"@stdlib/assert-is-symbol": "^0.2.2",
43
- "@stdlib/object-ctor": "^0.2.1",
+ "@stdlib/object-ctor": "^0.2.2",
44
"@stdlib/symbol-ctor": "^0.2.3",
45
"tape": "git+https://github.com/kgryte/tape.git#fix/globby",
46
"istanbul": "^0.4.1",
0 commit comments