Skip to content

Commit cdd898c

Browse files
committed
Fix package.json
1 parent bbaba16 commit cdd898c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "gatsby-source-gcp-storage",
3-
"version": "1.0.3",
3+
"version": "1.0.5",
44
"description": "Gatsby source for reading files from GCP storage buckets",
5-
"main": "index.js",
5+
"main": "gatsby-node.js",
66
"scripts": {
77
"test": "nyc mocha",
88
"test-report": "nyc mocha test --reporter mocha-junit-reporter --reporter-options mochaFile=./test_results/junit/results.xml",

0 commit comments

Comments
 (0)