Compare commits

..

No commits in common. "9987810ccad777e819b32594aa2daac3e2013408" and "c6ecb4cc4ba4066d443520064ed3747965438919" have entirely different histories.

2 changed files with 4 additions and 3 deletions

View File

@ -1,8 +1,9 @@
name: Docker CI name: Docker CI
on: on:
release: push:
types: [created] branches:
- 'master'
jobs: jobs:
docker: docker:

View File

@ -1,7 +1,7 @@
{ {
"name": "excel2json", "name": "excel2json",
"version": "1.0.0", "version": "1.0.0",
"description": "Excel to json", "description": "",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {
"start": "node index.js", "start": "node index.js",