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
on:
release:
types: [created]
push:
branches:
- 'master'
jobs:
docker:

View File

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