Skip to content
This repository was archived by the owner on Feb 12, 2022. It is now read-only.

Commit 510dba1

Browse files
committed
Removed PropTypes import from playground
1 parent 47b4374 commit 510dba1

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# CHANGELOG
22

3+
## 0.2.1 (April 17th, 2017)
4+
5+
- Removed PropTypes import from playground
6+
37
## 0.2.0 (April 17th, 2017)
48

59
- Added prop-types package to be compatible with React 16

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "react-aim",
33
"author": "Gabriel Bull",
4-
"version": "0.2.0",
4+
"version": "0.2.1",
55
"description": "Determine the cursor aim for triggering mouse events.",
66
"main": "./lib/index.js",
77
"types": "./index.d.ts",

playground/playground.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import React, { Component, PropTypes } from 'react';
1+
import React, { Component } from 'react';
22
import Zone from '../examples/zone/zone';
33
import Menu from '../examples/menu/menu';
44
import Target from '../examples/target/target';

0 commit comments

Comments
 (0)