fix
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Timo Hocker 2020-07-09 21:39:02 +02:00
parent d1becabe18
commit c08137241c
3 changed files with 9 additions and 1 deletions

View File

@ -1,5 +1,9 @@
# Sapphirecode Standard Changelog
## 1.2.x
adapt to drone.io deployment
## 1.1.x
Require up to date changelog file in jenkins build

View File

@ -20,7 +20,11 @@ steps:
- name: build
image: node:lts-alpine
environment:
TOKEN:
from_secret: npm_token
commands:
- echo "$TOKEN" > ~/.npmrc
- npm i -g typescript
- node ci.js
`;

View File

@ -1,6 +1,6 @@
{
"name": "@sapphirecode/standard",
"version": "1.1.10",
"version": "1.2.0",
"main": "index.js",
"author": "Timo Hocker <timo@scode.ovh>",
"description": "standard files and scripts for sapphirecode modules",