Skip to content

Commit

Permalink
Upgrade npm modules
Browse files Browse the repository at this point in the history
  • Loading branch information
joelspadin-garmin committed Jun 30, 2020
1 parent 808c05a commit 338d38c
Show file tree
Hide file tree
Showing 6 changed files with 1,042 additions and 357 deletions.
6 changes: 5 additions & 1 deletion extension/.eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,5 +58,9 @@
"alwaysTryTypes": true
}
}
}
},
"ignorePatterns": [
"webpack.config.js",
"src/stubs/**"
]
}
6 changes: 6 additions & 0 deletions extension/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,12 @@ to handle the NPM-specific behavior:
}
```

**Note:** `prepare` scripts will **not** be run before installing the extension.
If you have native dependencies, instead of using node-gyp to build them on the
user's machine, you should build them yourself for each supported platform and
include them in the .vsix or host them on a server and have your extension
download them at runtime.

## Discovering Extensions

Now that your extensions are published to an NPM registry, you need to tell
Expand Down
Loading

0 comments on commit 338d38c

Please sign in to comment.