Skip to content
This repository has been archived by the owner on Apr 9, 2020. It is now read-only.

Commit

Permalink
Fix package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
cssho committed Mar 17, 2016
1 parent 419eeb5 commit 39d8894
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "vscode-svgviewer",
"displayName": "SVG Viewer",
"description": "SVG Viewer",
"version": "1.0.0",
"version": "1.0.2",
"publisher": "cssho",
"engines": {
"vscode": "^0.10.8"
Expand Down Expand Up @@ -45,12 +45,14 @@
"postinstall": "node ./node_modules/vscode/bin/install"
},
"devDependencies": {
"pn": "^1.0.0",
"svg2png": "^3.0.0",
"tmp": "0.0.28",
"typescript": "^1.7.5",
"vscode": "^0.11.1"
},
"dependencies": {
"pn": "^1.0.0",
"svg2png": "^3.0.0",
"tmp": "0.0.28"
},
"repository": {
"type": "git",
"url": "https://github.com/cssho/vscode-svgviewer.git"
Expand Down

0 comments on commit 39d8894

Please sign in to comment.