mirror of
https://github.com/less/less.js.git
synced 2026-01-21 05:08:10 -05:00
Merge pull request #2277 from jackwanders/browser-less-as-npm-target
create index and browser scripts in root as require targets
This commit is contained in:
1
browser.js
Normal file
1
browser.js
Normal file
@@ -0,0 +1 @@
|
||||
module.exports = require('./lib/less-browser/index');
|
||||
@@ -26,7 +26,7 @@
|
||||
"bin": {
|
||||
"lessc": "./bin/lessc"
|
||||
},
|
||||
"main": "./lib/less-node/index",
|
||||
"main": "index",
|
||||
"directories": {
|
||||
"test": "./test"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user