ipfs-add-folder 1.0.17 → 1.0.18

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -5,6 +5,7 @@ on:
5
5
  paths-ignore:
6
6
  - README.md
7
7
  - LICENSE
8
+ - .github/**
8
9
  jobs:
9
10
  publish:
10
11
  name: Publish
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # IPFS Add Folder [![Build Status](https://dev.azure.com/cladular/ipfs-add-folder/_apis/build/status/cladular.ipfs-add-folder?branchName=master)](https://dev.azure.com/cladular/ipfs-add-folder/_build/latest?definitionId=4&branchName=master)
1
+ # IPFS Add Folder [![Build Status](https://github.com/ItayPodhajcer/ipfs-add-folder/actions/workflows/publish.workflow.yml/badge.svg?branch=master)](https://github.com/ItayPodhajcer/ipfs-add-folder/actions)
2
2
 
3
3
  Recursively adds a folder to IPFS.
4
4
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ipfs-add-folder",
3
- "version": "1.0.17",
3
+ "version": "1.0.18",
4
4
  "description": "Recursively adds a folder to IPFS.",
5
5
  "main": "src/index.js",
6
6
  "bin": {