Skip to content

Commit ae539ac

Browse files
[travis] Add missing babel dependency
1 parent 717b4ca commit ae539ac

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
"babel-core": "^5.6.4"
2929
},
3030
"devDependencies": {
31+
"babel": "^5.8.23",
3132
"babel-eslint": "^4.1.3",
3233
"eslint": "^1.7.1",
3334
"eslint-plugin-react": "^3.5.1",

src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
'use strict';
22

33
module.exports = function({Plugin}) {
4-
return new Plugin('react-remove-prop-types', {
4+
return new Plugin('react-remove-properties', {
55
visitor: {
66
JSXIdentifier(node) {
77
if (node.name === 'data-test') {

0 commit comments

Comments
 (0)