Skip to content

Commit f78a81d

Browse files
committed
add .npmrc to avoid optional dependencies
1 parent ea72246 commit f78a81d

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.npmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
optional = false

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ language: node_js
77
node_js: lts/*
88

99
install:
10-
- npm install --no-optional
10+
- npm install
1111

1212
script:
13-
- npm run vscode:prepublish
13+
- npm run vscode:prepublish

0 commit comments

Comments
 (0)