Skip to content

Commit

Permalink
Fix package version
Browse files Browse the repository at this point in the history
  • Loading branch information
ydogandjiev committed May 3, 2018
1 parent 7201dd8 commit 0114220
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@microsoft/teams-js",
"author": "Microsoft Teams",
"version": "1.3.0-beta.1.6",
"version": "1.3.0-beta.1",
"description": "Microsoft Client SDK for building app for Microsoft teams",
"main": "./dist/MicrosoftTeams.min.js",
"typings": "./dist/MicrosoftTeams.d.ts",
Expand Down Expand Up @@ -41,9 +41,5 @@
"typescript": "2.5.0",
"yargs": "^8.0.1"
},
"files": [
"dist/**",
"README.md",
"LICENSE"
]
}
"files": ["dist/**", "README.md", "LICENSE"]
}

0 comments on commit 0114220

Please sign in to comment.