Skip to content

Commit

Permalink
fix missing depedency for request and work with vsce...
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobias Fenster committed Dec 17, 2017
1 parent 9a5a669 commit 269a3f5
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ Provides five commands:

- You need to have the Microsoft AL Extension up and running (easiest way to get to that point is [here](https://msdn.microsoft.com/en-us/dynamics-nav/newdev-get-started))
- opn ^4.0.2
- request ^2.83.0


## Known Issues
Expand All @@ -41,6 +42,14 @@ Provides five commands:

Notes for the released versions

### 2.3.0

Slight problems with vsce...

### 2.0.1

Fix missing dependency for request

### 2.0.0

Add support for JSON parsing and AL code generation (thanks a lot to AJ Kauffmann for the AL base code!)
Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "alrunner",
"displayName": "ALRunner",
"description": "Can run AL objects",
"version": "2.0.0",
"version": "2.3.0",
"publisher": "tfenster",
"repository": "https://github.com/tfenster/ALRunner",
"engines": {
Expand Down Expand Up @@ -83,6 +83,7 @@
"@types/mocha": "^2.2.32"
},
"dependencies": {
"opn": "^4.0.2"
"opn": "^4.0.2",
"request": "^2.83.0"
}
}

0 comments on commit 269a3f5

Please sign in to comment.