File tree Expand file tree Collapse file tree 2 files changed +40
-0
lines changed
Expand file tree Collapse file tree 2 files changed +40
-0
lines changed Original file line number Diff line number Diff line change 1+ language : node_js
2+ cache :
3+ directories :
4+ - node_modules
5+ notifications :
6+ email : false
7+ node_js :
8+ - ' 7'
9+ - ' 6'
10+ - ' 4'
11+ before_script :
12+ - npm prune
13+ after_success :
14+ - npm run semantic-release
15+ branches :
16+ except :
17+ - /^v\d+\.\d+\.\d+$/
Original file line number Diff line number Diff line change 1+ {
2+ "name" : " imagecache-sharp" ,
3+ "version" : " 0.0.0-development" ,
4+ "description" : " " ,
5+ "main" : " index.js" ,
6+ "scripts" : {
7+ "test" : " echo \" Error: no test specified\" && exit 1" ,
8+ "semantic-release" : " semantic-release pre && npm publish && semantic-release post"
9+ },
10+ "repository" : {
11+ "type" : " git" ,
12+ "url" : " https://github.com/voidberg/imagecache-sharp.git"
13+ },
14+ "author" : " " ,
15+ "license" : " ISC" ,
16+ "bugs" : {
17+ "url" : " https://github.com/voidberg/imagecache-sharp/issues"
18+ },
19+ "homepage" : " https://github.com/voidberg/imagecache-sharp#readme" ,
20+ "devDependencies" : {
21+ "semantic-release" : " ^6.3.6"
22+ }
23+ }
You can’t perform that action at this time.
0 commit comments