From 5cb776ff3e403b54f742bd91370b0afe5011c650 Mon Sep 17 00:00:00 2001 From: futpib Date: Wed, 30 Oct 2019 13:38:24 +0300 Subject: [PATCH] Fix linter errors --- components/modals/index.js | 1 - package.json | 1 - 2 files changed, 2 deletions(-) diff --git a/components/modals/index.js b/components/modals/index.js index 4392ba8..6f44268 100644 --- a/components/modals/index.js +++ b/components/modals/index.js @@ -9,7 +9,6 @@ const { const r = require('r-dom'); const React = require('react'); -const PropTypes = require('prop-types'); const Modal = require('react-modal'); diff --git a/package.json b/package.json index aa39e4c..4037c08 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,6 @@ "ini": "^1.3.5", "mathjs": "^6.0.4", "pixi.js": "^5.1.1", - "prop-types": "^15.7.2", "r-dom": "^2.4.0", "ramda": "^0.26.1", "react": "^16.9.0",