Skip to content
This repository has been archived by the owner on Dec 6, 2022. It is now read-only.

Commit

Permalink
3.1.1 - fix crash because extension.js was actually excluded (really …
Browse files Browse the repository at this point in the history
…should just get rid of webpack build)
  • Loading branch information
roblourens committed Apr 30, 2017
1 parent 3440126 commit 2fc5c07
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .vscodeignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ tslint.json
vscode-chrome-debug.txt
webpack.config.js

out/src/**
out/test/**

node_modules/.bin/**
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "debugger-for-chrome",
"displayName": "Debugger for Chrome",
"version": "3.1.0",
"version": "3.1.1",
"icon": "images/icon.png",
"description": "Debug your JavaScript code in the Chrome browser, or any other target that supports the Chrome Debugger protocol.",
"author": {
Expand Down

0 comments on commit 2fc5c07

Please sign in to comment.