Skip to content

Commit

Permalink
Merge pull request #24 from UniversityofWarwick/develop
Browse files Browse the repository at this point in the history
v0.0.8 develop -> master
  • Loading branch information
WarwickGoatee authored Oct 15, 2020
2 parents 120b0db + 6a9f62f commit b7f8d51
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@universityofwarwick/statuspage-widget",
"version": "0.0.7",
"version": "0.0.8",
"dependencies": {
"@fortawesome/fontawesome-svg-core": "1.2.25",
"@fortawesome/pro-light-svg-icons": "5.11.2",
Expand All @@ -20,7 +20,8 @@
"start": "react-scripts start",
"build": "node ./scripts/build-non-split.js",
"test": "react-scripts test",
"dist": "node ./scripts/build-dist.js"
"dist": "node ./scripts/build-dist.js",
"prepublishOnly": "rm -rf build/ dist/ && npm run build && npm run dist"
},
"eslintConfig": {
"extends": "react-app"
Expand Down

0 comments on commit b7f8d51

Please sign in to comment.