Skip to content

Commit

Permalink
fixed npm update bug with travis
Browse files Browse the repository at this point in the history
  • Loading branch information
Anjelica committed May 12, 2021
1 parent fa31615 commit 972704a
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
1 change: 1 addition & 0 deletions node_modules/.package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 6 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,6 @@
"form-data": "^2.3.3",
"fragment-cache": "^0.2.1",
"fs.realpath": "^1.0.0",
"fsevents": "^2.3.2",
"function-bind": "^1.1.1",
"gensync": "^1.0.0-beta.2",
"get-caller-file": "^2.0.5",
Expand Down Expand Up @@ -393,5 +392,8 @@
"bugs": {
"url": "https://github.com/reikamoon/few2.1_final_library/issues"
},
"homepage": "https://github.com/reikamoon/few2.1_final_library#readme"
"homepage": "https://github.com/reikamoon/few2.1_final_library#readme",
"optionalDependencies": {
"fsevents": "^2.3.2"
}
}

0 comments on commit 972704a

Please sign in to comment.