Skip to content
This repository was archived by the owner on May 22, 2024. It is now read-only.

Commit

Permalink
fix: gci
Browse files Browse the repository at this point in the history
  • Loading branch information
IronKinoko committed Jun 14, 2020
1 parent 5648af0 commit 5926b9f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 11 deletions.
8 changes: 0 additions & 8 deletions .gcloudignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,3 @@

# Node.js dependencies:
node_modules/
app/.vscode
app/apis
app/components
app/hooks
app/interface
app/pages
app/public
app/src
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,6 @@
"rimraf": "^3.0.0",
"typescript": "^3.9.5",
"nodemon": "^2.0.4",
"@next/bundle-analyzer": "^9.4.4",
"babel-plugin-import": "^1.13.0",
"conventional-changelog-cli": "^2.0.34"
},
"dependencies": {
Expand Down Expand Up @@ -90,6 +88,8 @@
"express-list-endpoints": "^4.0.1",
"jsdom": "^16.2.2",
"moment": "^2.26.0",
"node-cache": "^5.1.0"
"node-cache": "^5.1.0",
"@next/bundle-analyzer": "^9.4.4",
"babel-plugin-import": "^1.13.0"
}
}

0 comments on commit 5926b9f

Please sign in to comment.