Skip to content
This repository has been archived by the owner on Dec 23, 2024. It is now read-only.

Commit

Permalink
package.json: Update main file and files array (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenplusplus authored and JustinBeckwith committed Jul 31, 2018
1 parent 9c46b21 commit 1d6b768
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@
"name": "google-cloud-kvstore",
"version": "3.0.0",
"description": "Use @google-cloud/datastore as a key-value store.",
"main": "index.js",
"main": "src/index.js",
"files": [
"src/"
],
"scripts": {
"test": "mocha"
},
Expand Down

0 comments on commit 1d6b768

Please sign in to comment.