Skip to content

Commit 7bfc683

Browse files
committed
Add envify transform
1 parent 0654878 commit 7bfc683

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
"description": "Declarative router component for React",
55
"main": "index.js",
66
"dependencies": {
7-
"url-pattern": "~0.4.0"
7+
"url-pattern": "~0.4.0",
8+
"envify": "^1.2.1"
89
},
910
"peerDependencies": {
1011
"react": "~0.9.0",
@@ -18,6 +19,9 @@
1819
"jshint": "~2.4.3",
1920
"zuul": "~1.5.2"
2021
},
22+
"browserify": {
23+
"transform": ["envify"]
24+
},
2125
"scripts": {
2226
"test": "make test"
2327
},

0 commit comments

Comments
 (0)