Skip to content

Commit

Permalink
chore: update package.json + bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
sibiraj-s committed Mar 4, 2019
1 parent 00c1eb7 commit 02c294b
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 42 deletions.
72 changes: 36 additions & 36 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 9 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,10 @@
"publisher": "sibiraj-s",
"licence": "MIT",
"private": true,
"repository": "https://github.com/sibiraj-s/vscode-scss-formatter.git",
"repository": {
"type": "git",
"url": "https://github.com/sibiraj-s/vscode-scss-formatter.git"
},
"bugs": "https://github.com/sibiraj-s/vscode-scss-formatter/issues",
"homepage": "https://marketplace.visualstudio.com/items?itemName=sibiraj-s.vscode-scss-formatter",
"engines": {
Expand Down Expand Up @@ -82,15 +85,15 @@
"watch": "tsc -watch -p ./"
},
"dependencies": {
"prettier": "^1.16.1"
"prettier": "^1.16.4"
},
"devDependencies": {
"@types/mocha": "^5.2.5",
"@types/node": "^10.12.18",
"@types/prettier": "^1.15.2",
"@types/mocha": "^5.2.6",
"@types/node": "^10.12.29",
"@types/prettier": "^1.16.1",
"husky": "^1.3.1",
"tslint": "^5.12.1",
"typescript": "^3.2.4",
"vscode": "^1.1.28"
"vscode": "^1.1.30"
}
}

0 comments on commit 02c294b

Please sign in to comment.