Skip to content

Commit

Permalink
Use brfs in Browserify transform field.
Browse files Browse the repository at this point in the history
Enables package level transforming so people can avoid global transforms.
  • Loading branch information
bcomnes committed Oct 22, 2017
1 parent d0ae8b0 commit 614c2a6
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## 2.1.0

- Add [brfs](https://github.com/browserify/brfs) to [browserify transform field](https://github.com/browserify/browserify-handbook#browserifytransform-field) for automatic module level transformation.

## 2.0.0

### Breaking
Expand Down
9 changes: 8 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,10 @@
"bugs": {
"url": "https://github.com/hypermodules/entypo/issues"
},
"dependencies": {
"brfs": "^1.4.3"
},
"devDependencies": {
"brfs": "^1.4.3",
"budo": "^10.0.3",
"exorcist": "^1.0.0",
"gh-release": "^3.0.0",
Expand All @@ -29,6 +31,11 @@
],
"license": "ISC",
"main": "index.js",
"browserify": {
"transform": [
"brfs"
]
},
"repository": {
"type": "git",
"url": "https://github.com/hypermodules/entypo.git"
Expand Down

0 comments on commit 614c2a6

Please sign in to comment.