Skip to content

Commit

Permalink
chore: refactor helpers (#220)
Browse files Browse the repository at this point in the history
* rename lib to src

* refactor modules

* update snapshots

* rename lib

* remove deprecated tags in singular

* remove path

* upgrade to lts

* remove custom resolutions

* add back one resolution
  • Loading branch information
kalinchernev authored Oct 28, 2020
1 parent b95f784 commit 391c997
Show file tree
Hide file tree
Showing 23 changed files with 970 additions and 1,019 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

strategy:
matrix:
node-version: [10.x, 12.x, 14.x]
node-version: [12.x, 14.x]

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
lts/dubnium
lts/erbium
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
module.exports = require('./lib');
module.exports = require('./src/lib');
14 changes: 0 additions & 14 deletions lib/helpers/convertGlobPaths.js

This file was deleted.

44 changes: 0 additions & 44 deletions lib/helpers/createSpecification.js

This file was deleted.

24 changes: 0 additions & 24 deletions lib/helpers/filterJsDocComments.js

This file was deleted.

50 changes: 0 additions & 50 deletions lib/helpers/finalizeSpecificationObject.js

This file was deleted.

23 changes: 0 additions & 23 deletions lib/helpers/getSpecificationObject.js

This file was deleted.

15 changes: 0 additions & 15 deletions lib/helpers/hasEmptyProperty.js

This file was deleted.

17 changes: 0 additions & 17 deletions lib/helpers/parseApiFile.js

This file was deleted.

53 changes: 0 additions & 53 deletions lib/helpers/parseApiFileContent.js

This file was deleted.

Loading

0 comments on commit 391c997

Please sign in to comment.