Skip to content
This repository was archived by the owner on Aug 7, 2025. It is now read-only.

Commit 3198ae8

Browse files
committed
Version 1.0.1
1 parent e14d676 commit 3198ae8

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 1.0.1 (April 26, 2017)
2+
3+
#### Changes
4+
* Remove all React 15.4 warnings
5+
6+
17
## 1.0.0 (April 29, 2016)
28

39
#### Changes

package.json

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "react-masked-field",
33
"description": "A masked field component built in React",
44
"author": "Rylan Collins <[email protected]>",
5-
"version": "1.0.0",
5+
"version": "1.0.1",
66
"license": "MIT",
77
"repository": {
88
"type": "git",
@@ -62,11 +62,6 @@
6262
"lint": "eslint .",
6363
"prepublish": "npm run build"
6464
},
65-
"browserify": {
66-
"transform": [
67-
"babelify"
68-
]
69-
},
7065
"dependencies": {
7166
"lodash.omit": "^4.5.0",
7267
"prop-types": "^15.5.8"

0 commit comments

Comments
 (0)