Skip to content

Commit

Permalink
Merge pull request #96 from RIAEvangelist/v3.x
Browse files Browse the repository at this point in the history
merge V3.x to main for publishing
  • Loading branch information
RIAEvangelist authored Mar 7, 2021
2 parents 4548731 + 1f0a5c7 commit ed4d2ac
Show file tree
Hide file tree
Showing 181 changed files with 52,063 additions and 10,472 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
coverage/* linguist-generated=true
8 changes: 2 additions & 6 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,2 @@
/nbproject/private/
/nbproject
/node_modules/
.idea/
node-dominos-pizza-api.iml
*brackets.json
node_modules
S_PIZPX.jpg
7 changes: 7 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
example
coverage
test
docs
menu.json
.travis.yml
S_PIZPX.jpg
17 changes: 17 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
#OS
os:
- linux
- windows
- osx

#node versions
language: node_js
node_js:
- 14
- 15

# safelist
branches:
only:
- master
- v3.x
Loading

0 comments on commit ed4d2ac

Please sign in to comment.