Skip to content

Commit

Permalink
1.0.1-release.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Dean committed Jun 22, 2018
1 parent e21a242 commit 150e427
Showing 1 changed file with 38 additions and 38 deletions.
76 changes: 38 additions & 38 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,38 +1,38 @@
{
"name": "@mindlink/add-in-client",
"version": "1.0.0",
"description": "An abstraction over the Microsoft Skype for Business add-in client API that supports both native Skype for Business clients and MindLink web and mobile clients for a richer add-in experience.",
"repository": {
"type": "git",
"url": "https://github.com/mindlink/add-in-client.git"
},
"keywords": [
"mindlink",
"addin",
"sfb",
"SkypeForBusiness",
"Lync"
],
"author": "[email protected]",
"license": "MIT",
"bugs": {
"url": "https://github.com/mindlink/add-in-client/issues"
},
"homepage": "https://github.com/mindlink/add-in-client",
"scripts": {
"build": "webpack --mode development",
"release": "npm run build && npm publish --access=public && npm run github-publish",
"github-publish": "publish-release --assets dist/add-in-client.js"
},
"main": "./dist/add-in-client.js",
"types": "./dist/client.d.ts",
"devDependencies": {
"ts-loader": "^4.4.1",
"typescript": "2.9.1",
"webpack": "^4.12.0",
"webpack-cli": "^3.0.3"
},
"dependencies": {
"publish-release": "^1.6.0"
}
}
{
"name": "@mindlink/add-in-client",
"version": "1.0.1-release.1",
"description": "An abstraction over the Microsoft Skype for Business add-in client API that supports both native Skype for Business clients and MindLink web and mobile clients for a richer add-in experience.",
"repository": {
"type": "git",
"url": "https://github.com/mindlink/add-in-client.git"
},
"keywords": [
"mindlink",
"addin",
"sfb",
"SkypeForBusiness",
"Lync"
],
"author": "[email protected]",
"license": "MIT",
"bugs": {
"url": "https://github.com/mindlink/add-in-client/issues"
},
"homepage": "https://github.com/mindlink/add-in-client",
"scripts": {
"build": "webpack --mode development",
"release": "npm run build && npm publish --access=public && npm run github-publish",
"github-publish": "publish-release --assets dist/add-in-client.js"
},
"main": "./dist/add-in-client.js",
"types": "./dist/client.d.ts",
"devDependencies": {
"ts-loader": "^4.4.1",
"typescript": "2.9.1",
"webpack": "^4.12.0",
"webpack-cli": "^3.0.3"
},
"dependencies": {
"publish-release": "^1.6.0"
}
}

0 comments on commit 150e427

Please sign in to comment.