Skip to content

Commit 72400b9

Browse files
committed
Include readme in package
1 parent b4ebc6b commit 72400b9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gatsby-plugin-env-variables",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "Gatsby plugin to whitelist system environment variables to be made available to client-side scripts",
55
"keywords": [
66
"gatsby",
@@ -12,7 +12,7 @@
1212
"license": "MIT",
1313
"main": "gatsby-node.js",
1414
"scripts": {
15-
"compile": "rimraf lib && babel src -d lib && copyfiles package.json .npmrc lib",
15+
"compile": "rimraf lib && babel src -d lib && copyfiles package.json README.md lib",
1616
"lint": "eslint src"
1717
},
1818
"repository": {

0 commit comments

Comments
 (0)