We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bbaba16 commit cdd898cCopy full SHA for cdd898c
package.json
@@ -1,8 +1,8 @@
1
{
2
"name": "gatsby-source-gcp-storage",
3
- "version": "1.0.3",
+ "version": "1.0.5",
4
"description": "Gatsby source for reading files from GCP storage buckets",
5
- "main": "index.js",
+ "main": "gatsby-node.js",
6
"scripts": {
7
"test": "nyc mocha",
8
"test-report": "nyc mocha test --reporter mocha-junit-reporter --reporter-options mochaFile=./test_results/junit/results.xml",
0 commit comments