Skip to content

Commit

Permalink
Add 'google-protobuf' as dep. and rm index.js entrypoint ref
Browse files Browse the repository at this point in the history
  • Loading branch information
SamuAlfageme committed Nov 2, 2020
1 parent fbbb0f8 commit 2342290
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
node_modules
25 changes: 24 additions & 1 deletion 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 @@ -2,7 +2,6 @@
"name": "@cs3org/cs3apis",
"version": "0.0.1",
"description": "JavaScript bindings for the CS3APIs to connect Storage and Application Providers ",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
Expand All @@ -21,5 +20,8 @@
"bugs": {
"url": "https://github.com/cs3org/js-cs3apis/issues"
},
"homepage": "https://github.com/cs3org/js-cs3apis#readme"
"homepage": "https://github.com/cs3org/js-cs3apis#readme",
"dependencies": {
"google-protobuf": "^3.13.0"
}
}

0 comments on commit 2342290

Please sign in to comment.