Skip to content

Commit

Permalink
Adjustment before release
Browse files Browse the repository at this point in the history
  • Loading branch information
phoqe committed Apr 21, 2020
1 parent c00159a commit 9bc06ed
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 11,974 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cra-template-rmuif",
"version": "3.1.0",
"version": "3.1.1",
"description": "Supercharged version of Create React App with all the bells and whistles",
"keywords": [
"react",
Expand All @@ -9,7 +9,9 @@
"rmuif",
"material-ui",
"firebase",
"react-router"
"react-router",
"authentication",
"authorization"
],
"homepage": "https://rmuif.com",
"bugs": {
Expand Down
17 changes: 6 additions & 11 deletions template.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,24 +2,19 @@
"package": {
"dependencies": {
"@material-ui/codemod": "^4.5.0",
"@material-ui/core": "^4.9.8",
"@material-ui/core": "^4.9.11",
"@material-ui/icons": "^4.9.1",
"@material-ui/styles": "^4.9.6",
"@sentry/browser": "^5.15.4",
"@testing-library/jest-dom": "^5.3.0",
"@testing-library/jest-dom": "^5.5.0",
"@testing-library/react": "^10.0.2",
"@testing-library/user-event": "^10.0.1",
"@testing-library/user-event": "^10.0.2",
"babel-plugin-import": "^1.13.0",
"camelcase": "^5.3.1",
"camelcase": "^6.0.0",
"customize-cra": "^0.9.1",
"eslint-config-prettier": "^6.10.1",
"eslint-plugin-prettier": "^3.1.2",
"firebase": "^7.13.1",
"husky": "^4.2.1",
"lint-staged": "^10.1.0",
"mdi-material-ui": "^6.13.0",
"firebase": "^7.14.1",
"mdi-material-ui": "^6.13.2",
"moment": "^2.24.0",
"prettier": "^2.0.2",
"react": "^16.13.1",
"react-app-rewired": "^2.1.5",
"react-dom": "^16.13.1",
Expand Down
27 changes: 0 additions & 27 deletions template/now.json

This file was deleted.

50 changes: 0 additions & 50 deletions template/package.json

This file was deleted.

Loading

1 comment on commit 9bc06ed

@vercel
Copy link

@vercel vercel bot commented on 9bc06ed Apr 21, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deployment failed with the following error:

You defined 1 build that did not match any source files (please ensure they are NOT defined in .nowignore):

Please sign in to comment.