Skip to content

Commit

Permalink
Fixed a newly found typing error related misdeclaration in package.js…
Browse files Browse the repository at this point in the history
…on causing npm install to fail.
  • Loading branch information
zackmorgs committed Jun 9, 2018
1 parent 8c2abcf commit ec7429d
Show file tree
Hide file tree
Showing 10 changed files with 1,376 additions and 35 deletions.
1,393 changes: 1,375 additions & 18 deletions package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@
"babel-preset-react": "^6.24.1",
"eslint-plugin-react": "^7.8.2",
"gh-pages": "^1.2.0",
"semistanard": "6.1.0"
"semistandard": "6.1.0"
}
}
2 changes: 0 additions & 2 deletions src/Components/App/App.css
Original file line number Diff line number Diff line change
@@ -1,2 +0,0 @@

/*# sourceMappingURL=data:application/json;base64,ewoJInZlcnNpb24iOiAzLAoJImZpbGUiOiAic3JjL0NvbXBvbmVudHMvQXBwL0FwcC5jc3MiLAoJInNvdXJjZXMiOiBbCgkJInNyYy9Db21wb25lbnRzL0FwcC9BcHAuc2NzcyIKCV0sCgkibmFtZXMiOiBbXSwKCSJtYXBwaW5ncyI6ICIiCn0= */
2 changes: 0 additions & 2 deletions src/Components/Global/accordion.css
Original file line number Diff line number Diff line change
@@ -1,2 +0,0 @@

/*# sourceMappingURL=data:application/json;base64,ewoJInZlcnNpb24iOiAzLAoJImZpbGUiOiAic3JjL0NvbXBvbmVudHMvR2xvYmFsL2FjY29yZGlvbi5jc3MiLAoJInNvdXJjZXMiOiBbCgkJInNyYy9Db21wb25lbnRzL0dsb2JhbC9hY2NvcmRpb24uc2NzcyIKCV0sCgkibmFtZXMiOiBbXSwKCSJtYXBwaW5ncyI6ICIiCn0= */
2 changes: 0 additions & 2 deletions src/Components/Global/colors.css

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

2 changes: 0 additions & 2 deletions src/Components/Global/global.css

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

2 changes: 0 additions & 2 deletions src/Components/Global/grid.css

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

2 changes: 0 additions & 2 deletions src/Components/Global/portfolio.css

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

2 changes: 0 additions & 2 deletions src/Components/Global/type.css

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

Loading

0 comments on commit ec7429d

Please sign in to comment.