This commit is contained in:
William Durand 2018-06-26 18:59:52 +02:00
Родитель 49935d901f
Коммит ab4cdcf20c
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: CBDCA19BD70C2DAD
3 изменённых файлов: 15 добавлений и 1 удалений

2
.npmrc Normal file
Просмотреть файл

@ -0,0 +1,2 @@
tag-version-prefix = ""
message = ":arrow_up: release %s"

Просмотреть файл

@ -3,3 +3,15 @@ node_js:
- "6"
- "8"
- "lts/*"
jobs:
include:
- stage: npm release
if: tag IS present
node_js: "8"
deploy:
provider: npm
email: "$NPM_EMAIL"
api_key: "$NPM_TOKEN"
on:
tags: true

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "eslint-plugin-amo",
"version": "1.0.0",
"version": "0.0.0",
"description": "ESLint plugin for AMO",
"keywords": [
"eslint",