Skip to content

Commit 866cc78

Browse files
files moved to ES Modules
1 parent ea11d33 commit 866cc78

17 files changed

+3159
-93107
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
echo RUNNING GENERATE 2,
1818
npm run generate
1919
ls
20-
cat dist/api.json
20+
cat src/api.json
2121
- uses: adasq/[email protected]
2222
env:
2323
TOKEN: ${{ secrets.TOKEN }}

.github/workflows/npmpublish.yml

-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ on:
55
push:
66
branches:
77
- master
8-
paths:
9-
- 'dist/*.json'
108

119
jobs:
1210
build:

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
The API is generated programmatically, based on [endpoints description JSON][api.json] fetched from [official docs][docs].
99

10-
[api.json]: <https://github.com/adasq/dropbox-v2-api/blob/master/dist/api.json>
10+
[api.json]: <https://github.com/adasq/dropbox-v2-api/blob/master/src/api.json>
1111
## Why this package?
1212

1313
- Always **up-to-date API** (PRs with changes are generated automatically, [see most recent][change-detection-pr])

0 commit comments

Comments
 (0)