Skip to content
This repository has been archived by the owner on Jun 4, 2021. It is now read-only.

Commit

Permalink
v0.4.0-rev.1: a temp fix for onnx-proto dependency missing
Browse files Browse the repository at this point in the history
  • Loading branch information
fs-eire committed May 2, 2019
1 parent 0b2a932 commit aba330c
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 40 deletions.
52 changes: 15 additions & 37 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "onnxjs-node",
"description": "a Node.js binding of ONNXRuntime that works seamlessly with ONNX.js",
"version": "0.4.0",
"version": "0.4.0-rev.1",
"author": "fs-eire",
"main": "./lib/index.js",
"scripts": {
Expand Down Expand Up @@ -50,12 +50,12 @@
"node-addon-api": "^1.6.3",
"node-pre-gyp-github": "^1.4.3",
"onnx-proto": "^4.0.2",
"protobufjs": "^6.8.8",
"rimraf": "^2.6.3",
"typescript": "^3.4.5"
},
"dependencies": {
"node-pre-gyp": "^0.13.0",
"onnxjs": "^0.1.6"
"onnxjs": "^0.1.6",
"protobufjs": "^6.8.8"
}
}

0 comments on commit aba330c

Please sign in to comment.