push version 1.3
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Timo Hocker 2020-08-04 13:41:44 +02:00
parent e533f73d31
commit 32d4902f6c
3 changed files with 8 additions and 4 deletions

View File

@ -1,4 +1,8 @@
# Sapphirecode Standard Changelog # Changelog
## 1.3.x
using custom image to simplify node module deployment
## 1.2.x ## 1.2.x

View File

@ -1,6 +1,6 @@
# @sapphirecode/standard # @sapphirecode/standard
version: 1.2.x version: 1.3.x
standard files and scripts for sapphirecode modules standard files and scripts for sapphirecode modules

View File

@ -1,6 +1,6 @@
{ {
"name": "@sapphirecode/standard", "name": "@sapphirecode/standard",
"version": "1.2.4", "version": "1.3.0",
"main": "index.js", "main": "index.js",
"author": { "author": {
"name": "Timo Hocker", "name": "Timo Hocker",
@ -30,4 +30,4 @@
"*.js", "*.js",
"*.d.ts" "*.d.ts"
] ]
} }