Skip to content

Commit

Permalink
clearing up npm modules
Browse files Browse the repository at this point in the history
  • Loading branch information
williamclot committed Aug 28, 2018
1 parent 21043bc commit 096b211
Show file tree
Hide file tree
Showing 3 changed files with 150 additions and 2 deletions.
150 changes: 150 additions & 0 deletions package-lock.json

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

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
"myminifactory-login": "^1.0.6",
"npm": "^6.3.0",
"react": "^15.6.1",
"react-anime": "^2.1.0",
"react-device-detect": "^1.5.9",
"react-dom": "^15.6.1",
"react-ga": "^2.5.3",
Expand Down
1 change: 0 additions & 1 deletion src/components/Category.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import React, { Component } from "react";
// Loading Assets (SubComponents & CSS)
import Selector from "./Selector";
import "../css/category.css";
import { throws } from "assert";

class Category extends Component {

Expand Down

0 comments on commit 096b211

Please sign in to comment.