Skip to content

Commit

Permalink
Add browser field
Browse files Browse the repository at this point in the history
to support browserfy and other loaders that use `browser` field for resolving browser version
https://github.com/substack/node-browserify#packagejson
  • Loading branch information
wclr committed Mar 28, 2015
1 parent e411f54 commit 7cc986e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Expand Up @@ -33,6 +33,7 @@
"jam": {
"main": "./dist/less.js"
},
"browser": "./dist/less.js",
"engines": {
"node": ">=0.10.0"
},
Expand Down

0 comments on commit 7cc986e

Please sign in to comment.