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

Commit

Permalink
Merge pull request #2 from cssho/FixPackageJson
Browse files Browse the repository at this point in the history
Fix package.json
  • Loading branch information
cssho committed Mar 17, 2016
2 parents 419eeb5 + 39d8894 commit 2adbf17
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 2adbf17

Please sign in to comment.