Skip to content

Commit

Permalink
Move some packages into dependencies in package.json (#448)
Browse files Browse the repository at this point in the history
* Move some packages into `dependencies` in package.json

This moves some packages from `devDependencies` to `dependencies`
in pckage.json.
Refer to #447 for
background and solutions.

ONE-vscode-DCO-1.0-Signed-off-by: Hyun Sik Yoon <[email protected]>

* adding flatbuffer 2.0.3
  • Loading branch information
hyunsik-yoon authored Apr 8, 2022
1 parent 407a679 commit e6c515a
Show file tree
Hide file tree
Showing 3 changed files with 79 additions and 105 deletions.
6 changes: 6 additions & 0 deletions infra/license/package-judgment.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,12 @@
"permitted": "yes"
},

"[email protected]": {
"licenses": "Apache-2.0",
"repository": "https://github.com/google/flatbuffers",
"permitted": "yes"
},

"[email protected]": {
"licenses": "Apache-2.0",
"repository": "https://github.com/google/flatbuffers",
Expand Down
Loading

0 comments on commit e6c515a

Please sign in to comment.