@universal-tennis/ui-shared 0.0.3 → 0.0.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@universal-tennis/ui-shared",
3
- "version": "0.0.3",
3
+ "version": "0.0.4",
4
4
  "main": "dist/items.js",
5
5
  "license": "MIT",
6
6
  "homepage": "https://universaltennis.com",
@@ -1,7 +1,7 @@
1
1
  trigger:
2
- branches:
2
+ tags:
3
3
  include:
4
- - develop
4
+ - '*'
5
5
 
6
6
  pool:
7
7
  vmImage: ubuntu-latest
@@ -27,5 +27,6 @@ jobs:
27
27
  yarn
28
28
  yarn run publish:npm
29
29
  npm publish --access public
30
+ displayName: Publish npm package
30
31
  env:
31
32
  NPM_TOKEN: $(NpmPublishToken)