We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4ebc6b commit 72400b9Copy full SHA for 72400b9
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "gatsby-plugin-env-variables",
3
- "version": "1.0.0",
+ "version": "1.0.1",
4
"description": "Gatsby plugin to whitelist system environment variables to be made available to client-side scripts",
5
"keywords": [
6
"gatsby",
@@ -12,7 +12,7 @@
12
"license": "MIT",
13
"main": "gatsby-node.js",
14
"scripts": {
15
- "compile": "rimraf lib && babel src -d lib && copyfiles package.json .npmrc lib",
+ "compile": "rimraf lib && babel src -d lib && copyfiles package.json README.md lib",
16
"lint": "eslint src"
17
},
18
"repository": {
0 commit comments