Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
alexdima committed Mar 11, 2021
1 parent 92e88d4 commit 6e5409d
Show file tree
Hide file tree
Showing 5 changed files with 208 additions and 213 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ npm install vscode-textmate
```javascript
const fs = require('fs');
const path = require('path');
const vsctm = require('./release/main');
const vsctm = require('vscode-textmate');
const oniguruma = require('vscode-oniguruma');

/**
Expand Down
Loading

0 comments on commit 6e5409d

Please sign in to comment.