Skip to content
This repository has been archived by the owner on Jan 27, 2023. It is now read-only.

Commit

Permalink
Updating npm and bower package info.
Browse files Browse the repository at this point in the history
  • Loading branch information
serkan-inci committed Nov 10, 2015
1 parent 28e7c10 commit e297aee
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
23 changes: 23 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"name": "vss-sdk",
"description": "SDK for Visual Studio Extensions",
"authors": [
"serkan-inci"
],
"license": "ISC",
"keywords": [
"extensions",
"visual studio online"
],
"homepage": "https://github.com/Microsoft/vss-sdk",
"moduleType": [
"amd"
],
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"name": "vss-sdk",
"version": "0.90.0",
"description": "SDK for Visual Studio Extensions",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
Expand Down

0 comments on commit e297aee

Please sign in to comment.