Skip to content
This repository was archived by the owner on Oct 1, 2021. It is now read-only.

Commit e04363b

Browse files
committed
feat(npm): use npm versioned labshare dependencies SHELL-1536
1 parent 6792451 commit e04363b

3 files changed

Lines changed: 5 additions & 2 deletions

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ after_success:
3434
- npm run travis-deploy-once "npm run semantic-release"
3535
branches:
3636
except:
37-
- /^vd+.d+.d+$/
37+
- /^v\d+\.\d+\.\d+$/

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Services-Cache
22

3+
[![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release)
34
[![Greenkeeper badge](https://badges.greenkeeper.io/LabShare/services-cache.svg)](https://greenkeeper.io/)
45
[![Build Status](https://travis-ci.com/LabShare/services-cache.svg?token=zsifsALL6Np5avzzjVp1&branch=master)](https://travis-ci.com/LabShare/services-cache)
56

@@ -32,3 +33,4 @@ License
3233
----
3334

3435
MIT
36+

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,5 +45,6 @@
4545
},
4646
"release": {
4747
"extends": "@labshare/semantic-release-config"
48-
}
48+
},
49+
"peerDependencies": {}
4950
}

0 commit comments

Comments
 (0)