Skip to content

Commit 87452b6

Browse files
author
Sammy Saglam
committed
removed problematic dev mode checking
1 parent 1bdb4cb commit 87452b6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
var PropTypes = AXE_DEV ? require('../../../../../../docs/node_modules/prop-types') : require('../prop-types');
1+
var PropTypes = require('../prop-types');
22

33
var AxePropTypes = {};
44

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "axe-prop-types",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"description": "Same as React PropTypes, but allows you to read/extract inputted values during runtime (useful for automating component documentation).",
55
"main": "index.js",
66
"homepage": "https://github.com/sammysaglam/axe-prop-types",

0 commit comments

Comments
 (0)