mirror of
https://github.com/kremalicious/hyper-mac-pro.git
synced 2024-11-24 18:53:05 +01:00
release automation
This commit is contained in:
parent
c4c20ea3d6
commit
ccd111e187
11
README.md
11
README.md
@ -2,11 +2,20 @@
|
||||
|
||||
[![Build Status](https://travis-ci.org/kremalicious/hyper-mac-pro.svg?branch=master)](https://travis-ci.org/kremalicious/hyper-mac-pro)
|
||||
[![Greenkeeper badge](https://badges.greenkeeper.io/kremalicious/hyper-mac-pro.svg)](https://greenkeeper.io/)
|
||||
[![npm version](https://img.shields.io/npm/v/hyper-mac-pro.svg)](https://www.npmjs.com/package/hyper-mac-pro)
|
||||
|
||||
> Cause you deserve native & pro. Tab style for [Hyper](https://hyper.is/) inspired by Apple's pro apps on macOS.
|
||||
Tab style for [Hyper](https://hyper.is/) inspired by Apple's pro apps on macOS.
|
||||
|
||||
![Screenshot](hyper-mac-pro.png)
|
||||
|
||||
> Cause you deserve native & pro.
|
||||
|
||||
*Tim Cook*
|
||||
|
||||
> Extraordinarily dark aluminum.
|
||||
|
||||
*Jony Ive*
|
||||
|
||||
This has only been tested on macOS and is not guaranteed to work on other operating systems.
|
||||
|
||||
## Installation
|
||||
|
10
package.json
10
package.json
@ -7,7 +7,8 @@
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"test": "xo && stylelint *.css",
|
||||
"precommit": "npm run test"
|
||||
"precommit": "npm run test",
|
||||
"release": "./node_modules/release-it/bin/release.js --src.tagName='v%s' --github.release --npm.publish"
|
||||
},
|
||||
"files": [
|
||||
"index.js",
|
||||
@ -36,7 +37,8 @@
|
||||
],
|
||||
"devDependencies": {
|
||||
"husky": "^0.13.1",
|
||||
"xo": "^0.18.2",
|
||||
"stylelint": "^7.10.1"
|
||||
"release-it": "^2.7.3",
|
||||
"stylelint": "^7.10.1",
|
||||
"xo": "^0.17.1"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user