Skip to content

Commit

Permalink
build: prep the npm package for release
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Lynam committed Apr 23, 2020
1 parent 1bd62ee commit d5ee0d1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"name": "gatsby-source-sharepoint-online",
"version": "0.0.1",
"description": "Sources data for Gatsby from Sharepoint Online.",
"main": "gatsby-node.js",
"scripts": {
"develop": "npm run build && gatsby develop",
"start": "npm run develop",
Expand All @@ -20,7 +19,10 @@
"gatsby-plugin",
"sharepoint"
],
"author": "Matt Lynam <mlynam@iteamnm.com>",
"author": "iTEAM Software <software@iteamnm.com> (https://github.com/iteam-software)",
"contributors": [
"Matt Lynam <mlynam@iteamnm.com>"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/iteam-consulting/gatsby-source-sharepoint-online/issues"
Expand Down
4 changes: 4 additions & 0 deletions webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,10 @@ module.exports = {
from: "LICENSE",
to: outputPath,
},
{
from: "index.js",
to: outputPath,
},
{
from: "package.json",
to: outputPath,
Expand Down

0 comments on commit d5ee0d1

Please sign in to comment.